blob: cf2601c8dc929382a2fd5da46e0c30d139e728cf [file] [log] [blame]
{
"name": "Ditko",
"version": "0.1.0",
"summary": "Ditko is an iOS/macOS/tvOS/watchOS framework that extends the `AppKit`, `UIKit`, and `WatchKit` frameworks.",
"description": "Ditko is an iOS/macOS/tvOS/watchOS framework that extends the `AppKit`, `UIKit`, and `WatchKit` frameworks. It includes macros, functions, categories and classes that accelerate common development tasks. For example, a category on `UIColor` and `NSColor` to quickly create instances given RBBA or HSBA components.",
"homepage": "https://github.com/Kosoku/Ditko",
"license": {
"type": "BSD",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/Ditko.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"requires_arc": true,
"source_files": "Ditko/**/*.{h,m}",
"exclude_files": "Ditko/Ditko-Info.h",
"ios": {
"exclude_files": "Ditko/macOS",
"frameworks": "UIKit"
},
"osx": {
"exclude_files": "Ditko/iOS",
"frameworks": "AppKit"
},
"tvos": {
"exclude_files": [
"Ditko/macOS",
"Ditko/KDIFunctions.{h,m}"
],
"frameworks": "UIKit"
},
"watchos": {
"exclude_files": [
"Ditko/macOS",
"Ditko/KDIFunctions.{h,m}",
"Ditko/KDIView.{h,m}",
"Ditko/KDIGradientView.{h,m}"
],
"frameworks": [
"UIKit",
"WatchKit"
]
},
"dependencies": {
"Stanley": [
]
}
}