blob: ec32aecb88fb61d04fc3c2606992bbdd8627a9ad [file] [log] [blame]
{
"name": "JKCategories",
"version": "1.7.1",
"summary": "JKCategories(iOS-Categories), a collection of useful Objective-C Categories extending iOS Frameworks",
"description": "JKCategories(iOS-Categories), a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation,UIKit,CoreData,QuartzCore,CoreLocation,MapKit Etc.",
"homepage": "https://github.com/shaojiankui/JKCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"skyfox": "i@skyfox.org"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"QuartzCore",
"CoreLocation",
"MapKit",
"Security"
],
"libraries": "z",
"source": {
"git": "https://github.com/shaojiankui/JKCategories.git",
"tag": "1.7.1"
},
"source_files": [
"JKCategories",
"JKCategories/*.{h}",
"JKCategories/**/*.{h,m}"
]
}