blob: 61f0a869b448be1544bcf3d655c4894564f2347e [file] [log] [blame]
{
"name": "CNNDTools",
"version": "0.1.1",
"summary": "CNNDTools iOS常用库",
"description": "iOS常用分类 | 宏等工具库",
"homepage": "https://github.com/StephentTom/CNNDTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"StephentTom": "857329255@qq.com"
},
"source": {
"git": "https://github.com/StephentTom/CNNDTools.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "cncategory",
"source_files": "CNNDTools/Classes/cncategory/**/*"
},
{
"name": "cnmacroes",
"source_files": "CNNDTools/Classes/cnmacroes/**/*"
},
{
"name": "cnnetWorkingStatus",
"source_files": "CNNDTools/Classes/cnnetWorkingStatus/**/*"
},
{
"name": "cnutils",
"source_files": "CNNDTools/Classes/cnutils/**/*"
}
]
}