blob: dc66363a2513241c41543b96a88d04f4e996806a [file] [log] [blame]
{
"name": "WolfColor",
"version": "2.0.0",
"summary": "A pure-Swift `Color` type (RGBA) and a library of conveniences for working with UIColor, CGColor, NSColor, blends, and gradients.",
"homepage": "https://github.com/wolfmcnally/WolfColor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfColor.git",
"tag": "2.0.0"
},
"source_files": "WolfColor/Classes/**/*",
"swift_version": "4.2",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfColor",
"dependencies": {
"WolfPipe": [
],
"WolfNumerics": [
],
"WolfFoundation": [
],
"WolfOSBridge": [
]
}
}