mirror of
https://github.com/WuKongIM/WuKongIMiOSSDK-Framework
synced 2025-06-07 01:58:31 +00:00
update
This commit is contained in:
parent
7b0c1bc743
commit
37cb6a62ed
@ -1,9 +1,8 @@
|
|||||||
|
|
||||||
LiMaoIM 即时通讯的iOS SDK 详细使用请参考
|
悟空IM 即时通讯的iOS SDK 详细使用请参考
|
||||||
|
|
||||||
http://docs.limaoim.cn/
|
https://githubim.com
|
||||||
|
|
||||||
|
pod spec lint --verbose --allow-warnings
|
||||||
pod spec lint --verbose
|
|
||||||
|
|
||||||
pod trunk push LiMaoIMSDK.podspec --allow-warnings
|
pod trunk push LiMaoIMSDK.podspec --allow-warnings
|
||||||
|
@ -9,7 +9,7 @@ Pod::Spec.new do |s|
|
|||||||
s.frameworks = ["UIKit", "MapKit","AVFoundation"]
|
s.frameworks = ["UIKit", "MapKit","AVFoundation"]
|
||||||
# s.libraries = ["opencore-amrnb", "opencore-amrwb", "vo-amrwbenc"]
|
# s.libraries = ["opencore-amrnb", "opencore-amrwb", "vo-amrwbenc"]
|
||||||
s.ios.libraries = ['c++','sqlite3','z']
|
s.ios.libraries = ['c++','sqlite3','z']
|
||||||
s.source = { :git => "https://gitee.com/WuKongIM/WuKongIMiOSSDK-Framework.git",:tag => "#{s.version}" }
|
s.source = { :git => "https://github.com/WuKongIM/WuKongIMiOSSDK-Framework.git",:tag => "#{s.version}" }
|
||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
s.ios.deployment_target = '12.0'
|
s.ios.deployment_target = '12.0'
|
||||||
s.platform = :ios, '12.0'
|
s.platform = :ios, '12.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user