mirror of
https://github.com/WuKongIM/WuKongIMiOSSDK-Framework
synced 2025-06-06 17:50:55 +00:00
fix: upgrade deployment_target
This commit is contained in:
parent
0d28c780db
commit
2ec2587339
@ -11,8 +11,8 @@ Pod::Spec.new do |s|
|
||||
s.ios.libraries = ['c++','sqlite3','z']
|
||||
s.source = { :git => "https://github.com/WuKongIM/WuKongIMiOSSDK-Framework.git",:tag => "#{s.version}" }
|
||||
s.requires_arc = true
|
||||
s.ios.deployment_target = '11.0'
|
||||
s.platform = :ios, '11.0'
|
||||
s.ios.deployment_target = '12.0'
|
||||
s.platform = :ios, '12.0'
|
||||
s.resource = 'ios/WuKongIMSDK.framework/WuKongIMSDK.bundle'
|
||||
s.vendored_frameworks = 'ios/WuKongIMSDK.framework'
|
||||
s.xcconfig = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user