blob: 7b66d7722ffade62ccdfe0f6741e3e105547c507 [file] [log] [blame]
{
"name": "BeeCommonSDK",
"version": "1.6.2",
"summary": "集合基本使用功能",
"description": "0.1.x:基础功能合集使用\n1.x.x:基础功能修改\n1.5.x:bitcode/tabbar可动态更改\n1.6.0:添加Kochava定义\n1.6.1/2:添加宏定义和方法废弃使用",
"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.6.2"
},
"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": [
]
}
}