We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6fe7e commit b0703c3Copy full SHA for b0703c3
articles/communication-services/quickstarts/ui-library/includes/get-started-call/ios.md
@@ -44,11 +44,11 @@ In Xcode, create a new project:
44
1. Add the following code to your Podfile. Replace `UILibraryQuickStart` with your project name.
45
46
```ruby
47
- platform :ios, '14.0'
+ platform :ios, '15.0'
48
49
target 'UILibraryQuickStart' do
50
use_frameworks!
51
- pod 'AzureCommunicationUICalling', '1.6.0'
+ pod 'AzureCommunicationUICalling', '1.6.1'
52
end
53
```
54
0 commit comments