blob: c4e01d7a2ffe5dbf3a3d750e22f846613c3eef34 [file] [log] [blame]
{
"name": "UIColor-Pantone",
"version": "0.1",
"summary": "Pantone colors UIColor category",
"description": " UIColor category - because everybody loves pantone colors!\n\n List of 991 colors sourced from http://www.cal-print.com/InkColorChart.htm.\n",
"homepage": "https://github.com/CaptainRedmuff/UIColor-Pantone",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zack Brown": "zack@zackbrown.co.uk"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/CaptainRedmuff/UIColor-Pantone.git",
"tag": "0.1"
},
"source_files": [
"Source",
"Source/*.{h,m}"
],
"public_header_files": "Source/*.h",
"requires_arc": true
}