blob: e23ecd50a125e302a537da1818568059ec735ede [file] [log] [blame]
{
"name": "JKCategories",
"version": "1.4",
"summary": "JKCategories(iOS Categories), a collection of useful Objective-C Categories extending iOS Frameworks",
"description": "JKCategories(iOS0Categories), 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": "6.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreData",
"QuartzCore",
"CoreLocation",
"MapKit"
],
"libraries": "z",
"source": {
"git": "https://github.com/shaojiankui/JKCategories.git",
"tag": "1.4"
},
"source_files": [
"JKCategories",
"JKCategories/*.{h}",
"JKCategories/**/*.{h,m}"
]
}