blob: cc80a39a93221d2bef418f69db288d9201fd7a0d [file] [log] [blame]
{
"name": "CHBundleSDK",
"version": "0.0.8",
"summary": "Framework Bundle SDK Test",
"homepage": "https://anquan.58.com/",
"license": {
"type": "MIT"
},
"authors": {
"ChingHan": "chinghan9822@gmail.com"
},
"source": {
"git": "https://gitee.com/chinghan/CHBundleSDK.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"frameworks": "AVFoundation"
},
"libraries": [
"c++",
"z"
],
"vendored_frameworks": [
"CHBundleSDK/CHBundleSDK.framework",
"TencentSDK/frameworks/*"
],
"resources": [
"CHResource/*",
"TencentSDK/resources/*"
]
}