blob: ff1f279e7357cd93a4511e832b49393db025811b [file] [log] [blame]
{
"name": "TMSDK",
"version": "0.0.16",
"summary": "TMSDK 主框架",
"homepage": "https://www.360tianma.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"renxukui": "renxukui@360tianma.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/tmgc/TMSDKSpec.git",
"tag": "0.0.16"
},
"source_files": "TMFramework/TMSDK.framework/Headers/*.{h}",
"ios": {
"vendored_frameworks": "TMFramework/TMSDK.framework"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"JPush": [
]
}
}