blob: b31c655a800419c3097a808d60cd070d7d935366 [file] [log] [blame]
{
"name": "T23Kit-Colour",
"version": "0.0.3",
"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.3"
},
"source_files": "T23Kit-Colour",
"public_header_files": "T23Kit-Colour/*.h",
"frameworks": "UIKit",
"requires_arc": false
}