blob: dda9cdd18c989c2f7e5e061a2456360b309af174 [file] [log] [blame]
{
"name": "CodeQuickKit",
"version": "6.6.0",
"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.",
"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.6.0"
},
"source_files": "Sources/*",
"requires_arc": true,
"swift_version": "5.0",
"platforms": {
"osx": "10.13",
"ios": "11.0",
"tvos": "11.0"
},
"osx": {
"frameworks": "Foundation"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
}
}