fix: Xcode 12 compatibility

This commit is contained in:
Tom Xu 2020-10-15 17:20:35 +08:00 committed by GitHub
parent 3fad64a4ac
commit a007bb449f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/little-snow-fox/react-native-wechat-lib.git", :tag => "master" }
s.source_files = "ios/*.{h,m}"
s.dependency "React"
s.dependency "React-Core"
s.vendored_libraries = "ios/libWeChatSDK.a"
s.requires_arc = true
s.frameworks = 'SystemConfiguration','CoreTelephony'