Skip to content

Commit b0703c3

Browse files
authored
Update ios.md
1 parent 8f6fe7e commit b0703c3

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', '1.6.1'
5252
end
5353
```
5454

0 commit comments

Comments
 (0)