mirror of
https://github.com/little-snow-fox/react-native-wechat-lib.git
synced 2025-12-06 15:26:49 +08:00
Merge pull request #113 from hengkx/patch-2
fix: Xcode 12 compatibility
This commit is contained in:
commit
3c6b831137
@ -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','WebKit'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user