Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -10,7 +10,8 @@ Pod::Spec.new do |s| | @@ -10,7 +10,8 @@ Pod::Spec.new do |s| | ||
| 10 | s.author = {"undancer" => "undancer@gmail.com"} | 10 | s.author = {"undancer" => "undancer@gmail.com"} |
| 11 | s.platform = :ios, "7.0" | 11 | s.platform = :ios, "7.0" |
| 12 | s.source = {:http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/IMSDK_2.5.6.11082.11081.zip", :sha1 => "4bd56f229194269e312297f8e725e02edcb9a545" } | 12 | s.source = {:http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/IMSDK_2.5.6.11082.11081.zip", :sha1 => "4bd56f229194269e312297f8e725e02edcb9a545" } |
| 13 | - s.vendored_frameworks = "IMSDK/IMCore.framework", "IMSDK/ImSDK.framework", "IMSDK/QALSDK.framework", "IMSDK/IMSDKBugly.framework", "IMSDK/TLSSDK.framework" | 13 | + s.vendored_frameworks = "IMSDK/IMCore.framework", "IMSDK/ImSDK.framework", "IMSDK/QALSDK.framework", "IMSDK/TLSSDK.framework" |
| 14 | + #"IMSDK/IMSDKBugly.framework" 去掉bugly | ||
| 14 | s.frameworks = "CoreTelephony", "SystemConfiguration" | 15 | s.frameworks = "CoreTelephony", "SystemConfiguration" |
| 15 | s.libraries = "c++", "z", "sqlite3" | 16 | s.libraries = "c++", "z", "sqlite3" |
| 16 | s.requires_arc = true | 17 | s.requires_arc = true |
-
Please register or login to post a comment