blob: bbb892f9f46eaa60235004e21ce714351c1b6dce [file] [log] [blame]
{
"name": "KCCategory",
"version": "0.2.2",
"summary": "some category method of Foundation or UIKit class",
"description": "KCCategory provide for you user-friendly category of Foundation or UIKit class",
"homepage": "https://github.com/ac1217/KCCategoryDemo",
"license": "MIT",
"authors": {
"Erica": "121700354@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ac1217/KCCategoryDemo.git",
"tag": "0.2.2"
},
"source_files": "KCCategory/**/*.{h,m}",
"public_header_files": "KCCategory/**/*.h",
"requires_arc": true
}