blob: 36a8f61e74dc4361c8e9a108cf931c4ef3749e1f [file] [log] [blame]
{
"name": "MTColorDistance",
"version": "0.0.2",
"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/MTColorDistance",
"license": "MIT",
"authors": {
"Quenton Jones": "qjones@knottyalder.com",
"Adam Kirk": "atomkirk@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTColorDistance.git",
"tag": "0.0.2"
},
"platforms": {
"ios": null
},
"source_files": "MTColorDistance/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": false
}