blob: d62847d027f2d6b4629d0cc45e389fc9cc9b5fd0 [file] [log] [blame]
{
"name": "BeeCommonSDK",
"version": "0.0.2",
"summary": "BeeCommonSDK是集合基本使用功能",
"description": "0.0.1:基础功能",
"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.2"
},
"frameworks": "AdSupport",
"resources": "lib/*.bundle",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/lib/BeeCommonLibrary.framework/Headers/"
},
"ios": {
"vendored_frameworks": "lib/BeeCommonLibrary.framework"
}
}