blob: d042947d393ebed0447cca4d2c44d418bb24edeb [file] [log] [blame]
{
"name": "ZLX_OneProject",
"version": "0.0.1",
"summary": "工程的一些常用组件. 包括一些第三方库的封装和pod依赖.",
"description": "工程的一些常用组件. 包括一些第三方库的封装和pod依赖. 希望自己可以维护好这个.",
"homepage": "https://github.com/saberge/ZLX_OneProject",
"license": "MIT",
"authors": {
"zhenglaixian": "saberge@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/saberge/ZLX_OneProject.git",
"tag": "0.0.1"
},
"subspecs": [
{
"name": "BaseClass",
"source_files": "Classes/BaseClass/*{h,m}"
},
{
"name": "Categories",
"subspecs": [
{
"name": "UIView",
"source_files": "Classes/Categories/UIView/*.{h,m}"
}
]
}
]
}