blob: 34c4f5183e0325902039fc2fcf4d3c1324d62ba1 [file] [log] [blame]
{
"name": "TMSDK",
"version": "0.0.5",
"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.5"
},
"source_files": "TMFramework/TMSDK.framework/Headers/*.{h}",
"ios": {
"vendored_frameworks": "TMFramework/TMSDK.framework"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"JPush": [
]
}
}