blob: 0321f65b556aa235f573dbf79fcea1a56be1aed2 [file] [log] [blame]
{
"name": "CodeQuickKit",
"version": "6.1.2",
"summary": "An Apple Library simplifying some everyday tasks.",
"description": "CodeQuickKit is a collection of Swift extensions and classes designed to aid in\napp development. This collection includes (but not limited to): logging, file management,\nJSON Web APIs, UIStoryboard/UIAlertController shortcuts, date handling, and environment data.\nand CoreData wrappers.",
"homepage": "https://github.com/richardpiazza/CodeQuickKit",
"license": "MIT",
"authors": {
"Richard Piazza": "github@richardpiazza.com"
},
"social_media_url": "https://twitter.com/richardpiazza",
"source": {
"git": "https://github.com/richardpiazza/CodeQuickKit.git",
"tag": "6.1.2"
},
"source_files": "Sources/*",
"requires_arc": true,
"platforms": {
"osx": "10.13",
"ios": "11.0",
"tvos": "11.0",
"watchos": "4.0"
},
"osx": {
"frameworks": "Foundation"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"watchos": {
"frameworks": "Foundation"
}
}