This commit is contained in:
tangtaoit 2023-05-25 10:38:27 +08:00
parent 7b0c1bc743
commit 37cb6a62ed
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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'