blob: d4f3074fd902c7cd69a13a1ffe5e6c060b99b8c8 [file] [log] [blame]
{
"name": "BeeCommonSDK",
"version": "1.0.4",
"summary": "集合基本使用功能",
"description": "0.1.x:基础功能合集使用\n1.0.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.0.4"
},
"frameworks": [
"AdSupport",
"WebKit"
],
"requires_arc": true,
"resources": "lib/Resources/*.bundle",
"source_files": "lib/Header/*.h",
"ios": {
"vendored_libraries": "lib/libBeeCommonSDK.a"
},
"dependencies": {
"BeeAFNetSDK": [
],
"WSProgressHUD": [
],
"Masonry": [
]
}
}