Skip to content

Commit c7e6859

Browse files
authored
Merge pull request #121548 from ShaunaSong/patch-1
Update ios.md for ACS UI library
2 parents 0e6941e + 4db9caf commit c7e6859

File tree

1 file changed

+2
-2
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-call

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-call/ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ In Xcode, create a new project:
4444
1. Add the following code to your Podfile. Replace `UILibraryQuickStart` with your project name.
4545

4646
```ruby
47-
platform :ios, '14.0'
47+
platform :ios, '15.0'
4848

4949
target 'UILibraryQuickStart' do
5050
use_frameworks!
51-
pod 'AzureCommunicationUICalling', '1.6.0'
51+
pod 'AzureCommunicationUICalling'
5252
end
5353
```
5454

0 commit comments

Comments
 (0)