blob: f5a2ae0d3116171ed6a98894ab868e2fad87008b [file] [log] [blame]
{
"name": "MTColorDistance",
"version": "0.0.1",
"summary": "A category on UIColor. Pass in an array of colors and it will return the closest color to the receiver.",
"homepage": "https://github.com/mysterioustrousers/MTNearestColor",
"license": "MIT",
"authors": {
"Quenton Jones": "qjones@knottyalder.com",
"Adam Kirk": "atomkirk@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTNearestColor.git",
"tag": "0.0.1"
},
"platforms": {
"ios": null
},
"source_files": "MTColorDistance/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": false
}