blob: a15f072ac5038f4d656866d7a200a2b7c6391ffe [file] [log] [blame]
{
"name": "CodeQuickKit",
"version": "1.1.5",
"summary": "An iOS Library simplifying some everyday tasks.",
"description": "CodeQuickKit is a collection of Objective-C Categories and helper classes designed to \nquicken iOS development. This collection includes (but not limited to): logging, \nNSObject/JSON de/serialization, JSON Web APIs, UIStoryboard/UIAlertController shortcuts, \nand CoreData wrappers.",
"homepage": "https://github.com/richardpiazza/CodeQuickKit",
"license": "MIT",
"authors": {
"Richard Piazza": "github@richardpiazza.com"
},
"source": {
"git": "https://github.com/richardpiazza/CodeQuickKit.git",
"tag": "1.1.5"
},
"social_media_url": "https://twitter.com/richardpiazza",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "CodeQuickKit-ObjC/*",
"public_header_files": "CodeQuickKit-ObjC/*.h",
"frameworks": [
"UIKit",
"CoreData"
]
}