blob: 8673c7a4246658e58569d883e0c6bf799e830a7f [file] [log] [blame]
{
"name": "BeeCommonSDK",
"version": "1.2.8",
"summary": "集合基本使用功能",
"description": "0.1.x:基础功能合集使用\n1.x.x:基础功能修改",
"homepage": "https://github.com/5hito/BeeCommonSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"5hito": "beemans@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/5hito/BeeCommonSDK.git",
"tag": "1.2.8"
},
"frameworks": [
"AdSupport",
"WebKit",
"CoreTelephony",
"Security"
],
"requires_arc": true,
"resources": "lib/Resources/*.bundle",
"source_files": "lib/Header/*.h",
"ios": {
"vendored_libraries": "lib/libBeeCommonSDK.a"
},
"dependencies": {
"BeeAFNetSDK": [
],
"WSProgressHUD": [
],
"Masonry": [
],
"FDFullscreenPopGesture": [
]
}
}