diff --git a/README.md b/README.md index e1ef005..52c81bf 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -LiMaoIM 即时通讯的iOS SDK 详细使用请参考 +悟空IM 即时通讯的iOS SDK 详细使用请参考 -http://docs.limaoim.cn/ +https://githubim.com - -pod spec lint --verbose +pod spec lint --verbose --allow-warnings pod trunk push LiMaoIMSDK.podspec --allow-warnings diff --git a/WuKongIMSDK.podspec b/WuKongIMSDK.podspec index 4bc61d8..db698c6 100644 --- a/WuKongIMSDK.podspec +++ b/WuKongIMSDK.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.frameworks = ["UIKit", "MapKit","AVFoundation"] # s.libraries = ["opencore-amrnb", "opencore-amrwb", "vo-amrwbenc"] 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.ios.deployment_target = '12.0' s.platform = :ios, '12.0'