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