blob: d7151f190258675d92335513ffb1d6e987b91a3d [file] [log] [blame]
{
"name": "Category_Spec",
"version": "0.0.1",
"summary": "all kinds of categories for iOS develop",
"description": "this project provide all kinds of categories for iOS developer",
"homepage": "https://github.com/qq510304723/Category_Spec",
"license": "MIT",
"authors": {
"lihuaguang": "lihg@shinemo.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/qq510304723/Category_Spec.git",
"tag": "0.0.1"
},
"source_files": [
"Category",
"Category_Spec/Category/**/*.{h,m}"
],
"exclude_files": "Category/Exclude",
"public_header_files": "Category_Spec/Category/**/*.h",
"requires_arc": true
}