blob: 91960e9193abb9294324bbf7666d5dc5b6dd98b9 [file] [log] [blame]
{
"name": "KZCategory",
"version": "2.0",
"summary": "description KZCategory",
"description": "A longer description of KZCategory in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/pankunzhao/KZCategory",
"license": "MIT",
"authors": {
"pankunzhao": "413291595@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/pankunzhao/KZCategory.git",
"tag": "2.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"myCategory/**/*"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}