blob: e48a19f0d22dd0647af0c7a4507c5b316dd9e10a [file] [log] [blame]
{
"name": "CZCategory",
"version": "0.0.1",
"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.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "UIKit",
"source_files": "CZCategory/CZCategory/Category/UIKit/*.{h,m}"
},
{
"name": "Foundation",
"source_files": "CZCategory/CZCategory/Category/Foundation/*.{h,m}"
}
]
}