blob: 7fceb30702e60517940b15ea51263012a4f85ff0 [file] [log] [blame]
{
"name": "CodeQuickKit",
"version": "2.6.0",
"summary": "An iOS Library simplifying some everyday tasks.",
"description": "CodeQuickKit is a collection of Swift extensions and 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"
},
"social_media_url": "https://twitter.com/richardpiazza",
"source": {
"git": "https://github.com/richardpiazza/CodeQuickKit.git",
"tag": "2.6.0"
},
"platforms": {
"ios": "9.1",
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": "iOS",
"subspecs": [
{
"name": "Foundation",
"frameworks": "Foundation",
"source_files": "Sources/Foundation/*"
},
{
"name": "CoreData",
"dependencies": {
"CodeQuickKit/Foundation": [
]
},
"frameworks": "CoreData",
"source_files": "Sources/CoreData/*"
},
{
"name": "UIKit",
"dependencies": {
"CodeQuickKit/Foundation": [
]
},
"frameworks": "UIKit",
"source_files": "Sources/UIKit/*"
},
{
"name": "iOS",
"dependencies": {
"CodeQuickKit/UIKit": [
]
},
"platforms": {
"ios": "9.1"
},
"source_files": "Sources/iOS/*"
},
{
"name": "tvOS",
"platforms": {
"tvos": "9.0"
},
"dependencies": {
"CodeQuickKit/Foundation": [
]
}
}
]
}