blob: d0fc23bc957b6d08a80478a92e50cd612302fb0b [file] [log] [blame]
{
"name": "CMCategories",
"platforms": {
"ios": "7.0"
},
"version": "0.1.3",
"summary": "Objective-C Categories in iOS, a collection of useful Objective-C Categories extending iOS Frameworks such as Foundation,UIKit,CoreData,QuartzCore,CoreLocation,MapKit Etc.",
"homepage": "https://github.com/imjerrybao/CMCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jerry": "imjerrybao@gmail.com"
},
"source": {
"git": "https://github.com/imjerrybao/CMCategories.git",
"tag": "v0.1.3"
},
"public_header_files": "Categories/**/*.h",
"source_files": "Categories/**/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation",
"CoreData"
]
},
"libraries": "z",
"requires_arc": true
}