blob: dcced89695de97da2bc5c17076e78c2d032e7c3f [file] [log] [blame]
{
"name": "UIColor-Pantone",
"version": "1.0",
"summary": "Pantone colors UIColor category",
"description": " Objective C Pantone UIColor category. Because everybody loves Pantone!\n\n List of 991 Pantone colors sourced from http://www.cal-print.com/InkColorChart.htm written as a programming exercise and is not intended for profit.\n\n This list of colors is the property of Pantone Inc. Usage in a commerical application is at your own risk and I (Zack Brown) accept no liability.\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": "1.0"
},
"source_files": [
"Source",
"Source/*.{h,m}"
],
"public_header_files": "Source/*.h",
"requires_arc": true
}