We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e904f commit 89c9de5Copy full SHA for 89c9de5
WebRTC.podspec
@@ -6,6 +6,8 @@ Pod::Spec.new do |s|
6
s.license = { :type => "MIT", :file => "LICENSE" }
7
s.author = { 'Pimenov Sergey' => '[email protected]' }
8
s.source = { :git => 'https://github.com/xquezme/WebRTC.git', :tag => s.version.to_s }
9
+ s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
10
+ s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
11
s.osx.deployment_target = '10.14'
12
s.ios.deployment_target = '11.0'
13
s.vendored_frameworks = "WebRTC/WebRTC.xcframework"
0 commit comments