blob: fd9a21f769bea6d7c294c92fefe92a1da4523c65 [file] [log] [blame]
{
"name": "WTUIColorExtensions",
"version": "1.1.0",
"summary": "WTUIColorExtensions adds methods to generate pseudo-random colors, and more.",
"description": "WTUIColorExtensions adds methods to generate pseudo-random colors, methods to\nextract the color components of a color instance in a more direct way than the\ndefault API does, methods to obtain the hexadecimal representation of an RGB color,\nmethods to obtain the color's luminance, and a method to obtain the most contrasting\ncolor to a given color.",
"homepage": "https://github.com/wltrup/iOS-Swift-WTUIColorExtensions",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wagner Truppel": "trupwl@gmail.com"
},
"source": {
"git": "https://github.com/wltrup/iOS-Swift-WTUIColorExtensions.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WTUIColorExtensions/Classes/**/*",
"pushed_with_swift_version": "3.0"
}