blob: 14e599ed7bfb982d3b234ea11685fcaab0f2083e [file] [log] [blame]
{
"name": "CZCategorys",
"version": "0.0.1",
"summary": "iOS-分类",
"description": "iOS-分类类",
"homepage": "https://github.com/chenzhe555/iOS-CZCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenzhe555": "376811578@qq.com"
},
"source": {
"git": "https://github.com/chenzhe555/iOS-CZCategory.git",
"tag": "0.0.1"
},
"public_header_files": "CZCategory/CZCategory.h",
"source_files": "CZCategory/CZCategory.h",
"platforms": {
"ios": "9.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"subspecs": [
{
"name": "classes",
"source_files": "CZCategory/classes/*.{h,m}"
}
]
}