blob: 0a8d31f30cb9501a977055d21b04193d858d5034 [file] [log] [blame]
{
"name": "BaseProject",
"version": "1.0.0",
"summary": "工程需要的一些基本组件.",
"description": "工程需要的一些基本组件,包括其他pod库的依赖。",
"homepage": "http://github.com/saberge/BaseProject",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhenglaixian": "saberge@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/saberge/BaseProject.git",
"tag": "1.0.0"
},
"source_files": [
"BaseProject/Classes",
"BaseProject/Classes/**/*.{h,m}"
],
"exclude_files": "BaseProject/Classes/Exclude"
}