blob: bf129a4c6daf8004f95330491910780f7606b62f [file] [log] [blame]
{
"name": "KPAColorFormatter",
"version": "1.0.0",
"summary": "Format UIColor and NSColor instances to English names",
"homepage": "https://github.com/klaaspieter/KPAColorFormatter",
"license": "MIT",
"authors": {
"Klaas Pieter Annema": "klaaspieter@annema.me"
},
"platforms": {
"osx": "10.9"
},
"source": {
"git": "https://github.com/klaaspieter/KPAColorFormatter.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"resources": [
"Localizations/*.lproj",
"colors.json"
],
"requires_arc": true
}