YangQi

Update IMSDK.podspec

... ... @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.author = {"undancer" => "undancer@gmail.com"}
s.platform = :ios, "7.0"
s.source = {:http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/IMSDK_2.7.0.zip", :sha1 => "c993016021fb576211f530d23eb1e803d846c5a4" }
s.source = {:http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/IM_iOS_SDK_2.7.0.zip", :sha1 => "c993016021fb576211f530d23eb1e803d846c5a4" }
s.vendored_frameworks = "IMSDK/IMCore.framework", "IMSDK/ImSDK.framework", "IMSDK/QALSDK.framework", "IMSDK/TLSSDK.framework"
#"IMSDK/IMSDKBugly.framework" 去掉bugly
s.frameworks = "CoreTelephony", "SystemConfiguration"
... ...