blob: 4721b93bffd98c292676b514fb2ca7611b4c72c5 [file] [log] [blame]
{
"name": "NSColor-Crayola",
"version": "0.2",
"summary": "Crayola colors NSColor category",
"description": " NSColor category - because everybody loves wax crayons!\n\n List of 273 colors sourced from: Wikipedia's Crayola crayon colors article.\n",
"homepage": "https://github.com/CaptainRedmuff/NSColor-Crayola",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zack Brown": "zack@zackbrown.co.uk"
},
"platforms": {
"osx": "10.6"
},
"source": {
"git": "https://github.com/CaptainRedmuff/NSColor-Crayola.git",
"tag": "0.2"
},
"source_files": [
"Source",
"Source/*.{h,m}"
],
"public_header_files": "Source/*.h",
"requires_arc": true
}