mirror of
https://github.com/WuKongIM/WuKongIMiOSSDK-Framework
synced 2025-06-07 01:58:31 +00:00
feat: deployment_target upgrade 13.0
This commit is contained in:
parent
2ec2587339
commit
b1a620cb8c
@ -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 = '12.0'
|
||||
s.platform = :ios, '12.0'
|
||||
s.ios.deployment_target = '13.0'
|
||||
s.platform = :ios, '13.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