blob: 75b42fc3b6b870b4a81bb027decdfed36f7e60ba [file] [log] [blame]
{
"name": "CommonProject",
"version": "0.0.4",
"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.4"
},
"subspecs": [
{
"name": "BaseClass",
"source_files": "Classes/BaseClass/*.{h,m}"
},
{
"name": "Log",
"source_files": "Classes/Log/*.{h,m}",
"dependencies": {
"CocoaLumberjack": [
"~> 3.3.0"
]
}
},
{
"name": "Categories",
"subspecs": [
{
"name": "UIView",
"source_files": "Classes/Categories/UIView/*.{h,m}"
}
]
}
]
}