blob: 4f296015c9a01062f6591c2aea9acdc436bc43d7 [file] [log] [blame]
{
"name": "WolfColor",
"version": "2.0.1",
"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.1"
},
"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": [
]
}
}