blob: 9db7e654cef300e181946394449f2213389b13ab [file] [log] [blame]
{
"name": "T23Kit-Colour",
"version": "0.0.1",
"summary": "UIColor Category with various colorspace transformations and ∆-E methods.",
"description": " UIColor category with support for non-standard colorspace conversions from RGB, neighbour color generation methods, and color 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.1"
},
"source_files": "T23Kit-Colour",
"public_header_files": "T23Kit-Colour/*.h",
"private_header_files": "T23Kit-Colour/*_priv.h",
"frameworks": "UIKit",
"requires_arc": false
}