blob: 5e6685963a6d2f130a68b768f691be5564514e4f [file] [log] [blame]
{
"name": "CWCategory",
"version": "0.0.4",
"summary": "This is ClouderWork's Category.",
"description": "This is ClouderWork's Category, this pod can provide some category.",
"homepage": "https://github.com/shijinliang/CWCategory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiaoshi": "sjl_leaf@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/shijinliang/CWCategory.git",
"tag": "0.0.4"
},
"source_files": [
"Classes",
"CWCategory/CWCategoryClass/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": [
"CWCategory/CWCategoryClass/CWCategory.h",
"CWCategory/CWCategoryClass/**/*.h"
],
"requires_arc": true
}