blob: e52ac53c4d6c5257a96411d0f0e3c0dfe7f5912a [file] [log] [blame]
{
"name": "T23Kit-Colour",
"version": "0.1.1",
"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": "7.0"
},
"source": {
"git": "https://github.com/thirteen23/T23Kit-Colour.git",
"tag": "0.1.1"
},
"source_files": "T23Kit-Colour/ObjC/{Categories,libcolourspaces}/*.{h,m,c}",
"public_header_files": "T23Kit-Colour/ObjC/{Categories,libcolourspaces}/*.h",
"frameworks": "UIKit",
"requires_arc": false
}