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