blob: bc667a713214cc9d1845c8ad3cc6e96515193e6a [file] [log] [blame]
{
"name": "CommonProject",
"version": "0.0.1",
"summary": "通用工程",
"description": "工程的一些基本组件。",
"homepage": "https://github.com/saberge/CommonProject",
"license": "MIT",
"authors": {
"zhenglaixian": "saberge@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/saberge/CommonProject.git",
"tag": "0.0.1"
},
"subspecs": [
{
"name": "BaseClass",
"source_files": "Classes/BaseClass/*.{h,m}"
},
{
"name": "Categories",
"source_files": "Classes/Categories/*.{h,m}"
}
]
}