Showing
1 changed file
with
18 additions
and
0 deletions
IMSDK/2.7.2/IMSDK.podspec
0 → 100644
1 | +Pod::Spec.new do |s| | ||
2 | + s.name = "IMSDK" | ||
3 | + s.version = "2.7.2" | ||
4 | + s.summary = "腾讯云-云通信" | ||
5 | + s.description = <<-DESC | ||
6 | + 腾讯云-云通信 | ||
7 | + DESC | ||
8 | + s.homepage = "https://www.qcloud.com/document/product/269/1565" | ||
9 | + s.license = "MIT" | ||
10 | + s.author = {"undancer" => "undancer@gmail.com"} | ||
11 | + s.platform = :ios, "7.0" | ||
12 | + s.source = {:http => "http://boxfish.oss-cn-hangzhou.aliyuncs.com/thirdparty/IMSDK_2.7.2.zip", :sha1 => "c993016021fb576211f530d23eb1e803d846c5a4" } | ||
13 | + s.vendored_frameworks = "IMSDK/IMCore.framework", "IMSDK/ImSDK.framework", "IMSDK/QALSDK.framework", "IMSDK/TLSSDK.framework" | ||
14 | + #"IMSDK/IMSDKBugly.framework" 去掉bugly | ||
15 | + s.frameworks = "CoreTelephony", "SystemConfiguration" | ||
16 | + s.libraries = "c++", "z", "sqlite3" | ||
17 | + s.requires_arc = true | ||
18 | +end |
-
Please register or login to post a comment