blob: 18f7e3773029a5d955fe24679172bfdd1f0ec0df [file] [log] [blame]
{
"name": "CNTools",
"version": "0.1.0",
"summary": "CNMTools iOS常用类库",
"description": "iOS常用 分类 | 宏 | 倒计时等类库",
"homepage": "https://github.com/StephentTom/CNTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"StephentTom": "857329255@qq.com"
},
"source": {
"git": "https://github.com/StephentTom/CNTools.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "cncategory",
"source_files": "CNTools/Classes/cncategory/*.{h,m}"
},
{
"name": "cnnetWorkingStatus",
"source_files": "CNTools/Classes/cnnetWorkingStatus/*.{h,m}"
},
{
"name": "cnutils",
"source_files": "CNTools/Classes/cnutils/*.{h,m}"
},
{
"name": "cnmacroes",
"source_files": "CNTools/Classes/cnmacroes/*.h"
}
]
}