blob: b1aac95088edc0509a81f3bce0ab8ea87f6a2a4f [file] [log] [blame]
{
"name": "CommonProject",
"version": "0.0.3",
"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.3"
},
"subspecs": [
{
"name": "BaseClass",
"source_files": "Classes/BaseClass/*.{h,m}"
},
{
"name": "Categories",
"subspecs": [
{
"name": "UIView",
"source_files": "Classes/Categories/UIView/*.{h,m}"
}
]
}
]
}