blob: 7ab70e768aca2147b15a8cb85379dc6c9e8a9264 [file] [log] [blame]
{
"name": "AVHexColor",
"version": "1.2.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": "5.0",
"osx": "10.7"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Angelo Villegas": "angelo@studiovillegas.com"
},
"source": {
"git": "https://github.com/anjerodesu/AVHexColor.git",
"tag": "1.2.0"
},
"source_files": "AVHexColor.{h,m}",
"requires_arc": false
}