blob: 0f8b3c5a1628b5ca6987ef44b7bd0b5cb9759ef6 [file] [log] [blame]
{
"name": "CNLiveFrameworks",
"version": "0.0.2",
"summary": "CNLive-iOS SDK集合库",
"homepage": "https://github.com/oldSixMrZhang/CNLiveFrameworks",
"source": {
"git": "https://github.com/oldSixMrZhang/CNLiveFrameworks.git",
"tag": "0.0.2"
},
"license": "MIT",
"authors": {
"张旭": "zhangxu@cnlive.com"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "CNLiveBaseKit",
"vendored_frameworks": "CNLiveKit.framework",
"dependencies": {
"MJExtension": [
"~> 3.0.15.1"
]
}
}
]
}