blob: 7d2facb473f6c5bde63b4370679c0bcfdcf5e5f6 [file] [log] [blame]
{
"name": "WolfColor",
"version": "1.0.5",
"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": "1.0.5"
},
"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": [
],
"WolfStrings": [
],
"ExtensibleEnumeratedName": [
]
}
}