blob: c2da6449f58ff96de0440d8ade29f0d47def7523 [file] [log] [blame]
{
"name": "NSColor-Crayola",
"version": "1.0",
"summary": "Crayola colors NSColor category",
"description": " Objective C Crayola NSColor category. Because everybody loves Crayola!\n\n List of 273 Crayola colors sourced from http://en.wikipedia.org/wiki/Crayola_colors written as a programming exercise and is not intended for profit.\n\n This list of colors is the property of Crayola LLC. Usage in a commerical application is at your own risk and I (Zack Brown) accept no liability.\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": "1.0"
},
"source_files": [
"Source",
"Source/*.{h,m}"
],
"public_header_files": "Source/*.h",
"requires_arc": true
}