blob: b8f4c9af4a9672ae563523935aab6a21325205f6 [file] [log] [blame]
{
"name": "T23Kit-Colour",
"version": "0.0.4",
"summary": "UIColor Category with various colourspace transformations and ∆-E methods.",
"description": " UIColor category with support for non-standard colorspace conversions from RGB, neighbour colour generation methods, and colour distance methods.\n",
"homepage": "https://github.com/thirteen23/T23Kit-Colour",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Van Milligan": "michael.vanmilligan@thirteen23.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/thirteen23/T23Kit-Colour.git",
"tag": "0.0.4"
},
"source_files": "T23Kit-Colour",
"public_header_files": "T23Kit-Colour/*.h",
"frameworks": "UIKit",
"requires_arc": false
}