blob: 7d027c5714957b88cdb449a6730cdd023a2b7e48 [file] [log] [blame]
{
"name": "NSColor-Pantone",
"version": "0.2",
"summary": "Pantone colors NSColor category",
"description": " NSColor 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/NSColor-Pantone",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zack Brown": "zack@zackbrown.co.uk"
},
"platforms": {
"osx": "10.6"
},
"source": {
"git": "https://github.com/CaptainRedmuff/NSColor-Pantone.git",
"tag": "0.2"
},
"source_files": [
"Source",
"Source/*.{h,m}"
],
"public_header_files": "Source/*.h",
"requires_arc": true
}