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.
2 parents 0e6941e + 4db9caf commit c7e6859Copy full SHA for c7e6859
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'
52
end
53
```
54
0 commit comments