blob: a5ad6569806fa790c1dc2f28d87ee122c5e05f92 [file] [log] [blame]
{
"name": "BaseProject",
"version": "0.0.3",
"summary": "通用工程组件",
"description": "提供了工程一些通用的组件,包括pod依赖库",
"homepage": "https://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": "0.0.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}