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 4b71f9b commit efe2eaaCopy full SHA for efe2eaa
ios/RNEnxRtc.podspec
@@ -10,11 +10,11 @@ Pod::Spec.new do |s|
10
s.license = { :type => 'Vcloudx License, Version 1.1', :text => 'https://www.enablex.io/legals/tou/'}
11
s.authors = { 'enablex' => 'https://github.com/enablexer' }
12
s.homepage = 'https://developer.enablex.io/api/client-api/ios-toolkit/'
13
- s.platform = :ios, "10.0"
+ s.platform = :ios
14
15
s.source = { :git => "https://github.com/EnableX/enx-rtc-react-native.git", :tag => "master" }
16
17
-
+ s.ios.deployment_target = '13.0'
18
s.source_files = "**/*.{h,m,swift}"
19
s.requires_arc = true
20
0 commit comments