blob: 87b9978fd210920fa34c0fe1909d2fca51da4414 [file] [log] [blame]
{
"name": "PTCloudSDK",
"version": "0.0.1",
"summary": "基本使用功能",
"description": "0.0.x:基础功能合集使用",
"homepage": "https://github.com/5hito/PTCloudSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"5hito": "beemans@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/5hito/PTCloudSDK.git",
"tag": "0.0.1"
},
"frameworks": "WebKit",
"requires_arc": true,
"source_files": "lib/Header/*.h",
"ios": {
"vendored_libraries": "lib/libPTCloudSDK.a"
},
"dependencies": {
"AVOSCloud": [
]
}
}