blob: c0f1b330cb2a200ff688f322495fa8eaef7b3900 [file] [log] [blame]
{
"name": "CXModuleBasic",
"version": "0.1.1",
"summary": "基础组件",
"description": "基础组件 = 分类 + utils + 常量/宏定义",
"homepage": "https://gitee.com/chenxu007/CXModuleBasic",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunrisechen007": "chenxu@268xue.com"
},
"source": {
"git": "https://gitee.com/chenxu007/CXModuleBasic.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "Pod/Classes/Category/Foundation/CXFoundation.h",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Utils",
"source_files": "CXModuleBasic/Classes/Utils/*"
},
{
"name": "Category",
"subspecs": [
{
"name": "Foundation",
"source_files": "CXModuleBasic/Classes/Category/Foundation/**/*"
},
{
"name": "UIKit",
"source_files": "CXModuleBasic/Classes/Category/UIKit/**/*"
}
]
}
]
}