Henry L

添加IMSDK

  1 +Pod::Spec.new do |s|
  2 + s.name = "IMSDK"
  3 + s.version = "2.5.6.11082.11081"
  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://127.0.0.1:8080/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"
  14 + s.frameworks = "CoreTelephony", "SystemConfiguration"
  15 + s.libraries = "c++", "z", "sqlite3"
  16 + s.requires_arc = true
  17 +end