ILiveSDK.podspec 918 Bytes
Pod::Spec.new do |s|
  s.name = "ILiveSDK"
  s.version = "1.9.6.14326"
  s.summary = "腾讯云-互动直播"
  s.description = <<-DESC
  腾讯云-互动直播
  DESC
  s.homepage = "https://www.qcloud.com/document/product/268/7660"
  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/ILiveSDK_1.9.6.14326.zip", :sha1 => "98d8ca6bfd58ecc729498718719adfa8c9fc8283" }
  s.vendored_frameworks = "ILiveSDK/ILiveSDK.framework", "ILiveSDK/TILLiveSDK.framework", "ILiveSDK/ILiveLogReport.framework"
  s.frameworks = "UIKit", "CoreMedia", "Accelerate", "Foundation", "AVFoundation", "CoreVideo", "VideoToolbox", "CoreGraphics", "SystemConfiguration", "OpenAL", "QAVSDK"
  s.libraries = "c++", "bz2", "z", "sqlite3.0", "iconv", "resolv"
  s.requires_arc = true
  s.dependency "AVSDK", '1.9.9.1069'
end