blob: fae8f0fdb77e963ceedd39c2c2848244eccc22ef [file] [log] [blame]
{
"name": "KCCategory",
"version": "0.1.7",
"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.1.7"
},
"source_files": "KCCategory/**/*.{h,m}",
"public_header_files": "KCCategory/**/*.h",
"requires_arc": true
}