blob: aba7fb824e454a385cb2345bed7473d015b4be95 [file] [log] [blame]
{
"name": "AVHexColor",
"version": "2.0.0",
"summary": "AVHexColor was inspired by the lack of hexadecimal colour integration of iOS.",
"description": " AVHexColor was inspired by the lack of hexadecimal colour integration of iOS. AVHexColor is a class with hex support for both NSColor and UIColor. Supports both prefixed with \"#\" and without for string-based hex colours.\n",
"homepage": "https://github.com/anjerodesu/AVHexColor",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Angelo Villegas": "angelo@studiovillegas.com"
},
"source": {
"git": "https://github.com/anjerodesu/AVHexColor.git",
"tag": "2.0.0"
},
"source_files": "AVHexColor.{h,m}",
"requires_arc": false
}