blob: edc33fe484bbc5fffb5e1c3567b6a685eefbaf8d [file] [log] [blame]
{
"name": "BeeCommonSDK",
"version": "0.0.7",
"summary": "集合基本使用功能",
"description": "0.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": "0.0.7"
},
"frameworks": "AdSupport",
"requires_arc": true,
"resources": "lib/*.bundle",
"source_files": "lib/Headers/*.h",
"ios": {
"vendored_libraries": "lib/libBeeCommonLibrary.a"
}
}