Skip to content

Commit efe2eaa

Browse files
authored
Update RNEnxRtc.podspec
Update pod spect file
1 parent 4b71f9b commit efe2eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RNEnxRtc.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Pod::Spec.new do |s|
1010
s.license = { :type => 'Vcloudx License, Version 1.1', :text => 'https://www.enablex.io/legals/tou/'}
1111
s.authors = { 'enablex' => 'https://github.com/enablexer' }
1212
s.homepage = 'https://developer.enablex.io/api/client-api/ios-toolkit/'
13-
s.platform = :ios, "10.0"
13+
s.platform = :ios
1414

1515
s.source = { :git => "https://github.com/EnableX/enx-rtc-react-native.git", :tag => "master" }
1616

17-
17+
s.ios.deployment_target = '13.0'
1818
s.source_files = "**/*.{h,m,swift}"
1919
s.requires_arc = true
2020

0 commit comments

Comments
 (0)