blob: 119da34a34c8d2bc396a91fc9339a355ef213b1c [file] [log] [blame]
{
"name": "CZCategory",
"version": "0.0.2",
"summary": "cz self Category summary",
"description": "cz self Category description",
"homepage": "https://github.com/JuYiWei/CZCategory",
"license": "MIT",
"authors": {
"juyw": "757832801@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/JuYiWei/CZCategory.git",
"tag": "0.0.2"
},
"requires_arc": true,
"subspecs": [
{
"name": "UIKit",
"source_files": "CZCategory/CZCategory/Category/UIKit/*.{h,m}"
},
{
"name": "Foundation",
"source_files": "CZCategory/CZCategory/Category/Foundation/*.{h,m}"
}
]
}