blob: 70408e0c36851238932c5f82c3a544d707303d98 [file] [log] [blame]
{
"name": "BeePingSDK",
"version": "0.1.0",
"summary": "ping sdk",
"description": "0.0.x:ping基础功能\n0.1.0:bitcode",
"homepage": "https://github.com/5hito/BeePingSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"5hito": "beemans@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/5hito/BeePingSDK.git",
"tag": "0.1.0"
},
"requires_arc": true,
"source_files": "lib/Header/*.h",
"ios": {
"vendored_libraries": "lib/libBeePingSDK.a"
}
}