blob: 5c1e65653ac720c1305bbaa54b7e117c1fbe68f1 [file] [log] [blame]
{
"name": "BeeCommonSDK",
"version": "0.0.3",
"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.3"
},
"frameworks": "AdSupport",
"resources": "lib/*.bundle",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/lib/BeeCommonLibrary.framework/Headers/"
},
"ios": {
"vendored_frameworks": "lib/BeeCommonLibrary.framework"
}
}