CNLiveKitSDK.podspec
615 Bytes
Pod::Spec.new do |s|
s.name = "CNLiveKitSDK"
s.version = "0.1.1"
s.summary = "中投iOS通用基础库组件"
s.homepage = "http://bj.gitlab.cnlive.com/ios-team/CNLiveKitSDK"
s.license = "MIT"
s.author = { "张旭" => "zhangxu@cnlive.com" }
s.source = { :git => "http://bj.gitlab.cnlive.com/ios-team/CNLiveKitSDK.git", :tag => "#{s.version}" }
s.platform = :ios, "9.0" #平台及支持的最低版本
s.frameworks = "UIKit", "Foundation" #支持的框架
s.vendored_frameworks = 'CNLiveKit.framework'
s.dependency "MJExtension", "~> 3.0.15.1"
end