blob: c7842d07d10f5b72a84ed02aa46de808d83a4812 [file] [log] [blame]
{
"name": "CodeQuickKit",
"version": "5.1.0",
"summary": "An Apple 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",
"osx": {
"frameworks": "Foundation",
"source_files": [
"Sources/Foundation/*",
"Sources/macOS/*"
]
},
"platforms": {
"osx": "10.13",
"ios": "11.0",
"tvos": "11.0",
"watchos": "4.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": [
"Sources/Foundation/*",
"Sources/iOS/*"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": [
"Sources/Foundation/*",
"Sources/tvOS/*"
]
},
"watchos": {
"frameworks": "Foundation",
"source_files": [
"Sources/Foundation/*",
"Sources/watchOS/*"
]
},
"source": {
"git": "https://github.com/richardpiazza/CodeQuickKit.git",
"tag": "5.1.0"
},
"requires_arc": true,
"default_subspecs": "iOS",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Foundation",
"frameworks": "Foundation",
"source_files": "Sources/Foundation/*"
},
{
"name": "CoreData",
"dependencies": {
"CodeQuickKit/Foundation": [
]
},
"frameworks": "CoreData",
"source_files": "Sources/CoreData/*"
},
{
"name": "macOS",
"platforms": {
"osx": "10.13"
},
"dependencies": {
"CodeQuickKit/Foundation": [
]
}
},
{
"name": "iOS",
"platforms": {
"ios": "11.0"
},
"dependencies": {
"CodeQuickKit/Foundation": [
]
},
"source_files": "Sources/iOS/*"
},
{
"name": "tvOS",
"platforms": {
"tvos": "11.0"
},
"dependencies": {
"CodeQuickKit/Foundation": [
]
}
},
{
"name": "watchOS",
"platforms": {
"watchos": "4.0"
},
"dependencies": {
"CodeQuickKit/Foundation": [
]
}
}
]
}