blob: 69e22d105d73fa0f7f5faa25a02283a7d05803ea [file] [log] [blame]
{
"name": "CCCategories",
"version": "0.0.1",
"summary": "Objective-C base categories",
"homepage": "https://github.com/maxmoo/Categories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"maxmoo": "maxmoo@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/maxmoo/Categories.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "CCCategories/*.{h,m}",
"resources": "CCCategories/*.{h,m}",
"frameworks": "UIKit"
}