blob: a8c8f0db8da8ed3884e01e4dc414322c75d605dc [file] [log] [blame]
{
"name": "PTCloudSDK",
"version": "0.1.0",
"summary": "基本使用功能",
"description": "0.0.x:基础功能合集使用\n0.1.0:bitcode",
"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.1.0"
},
"frameworks": "WebKit",
"requires_arc": true,
"resources": "lib/Resources/*.bundle",
"source_files": "lib/Header/*.h",
"ios": {
"vendored_libraries": "lib/libPTCloudSDK.a"
},
"dependencies": {
"AVOSCloud": [
]
}
}