blob: ac85be58a93a2d6f3b02abfc9143be5971f88118 [file] [log] [blame]
{
"name": "CWCategory",
"version": "0.0.5",
"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.5"
},
"source_files": [
"Classes",
"CWCategory/CWCategoryClass/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": [
"CWCategory/CWCategoryClass/CWCategory.h",
"CWCategory/CWCategoryClass/**/*.h"
],
"requires_arc": true
}