blob: a5725c5d7212c936baf686c2ae93735f53fc29b4 [file] [log] [blame]
{
"name": "WolfColor",
"version": "4.0.6",
"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": "4.0.6"
},
"source_files": "Sources/WolfColor/**/*",
"swift_versions": "5.0",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfColor",
"dependencies": {
"WolfCore": [
]
},
"swift_version": "5.0"
}