blob: d21946f0606fc2949ef3a326cc364187acb7421c [file] [log] [blame]
{
"name": "UIColor+Hex",
"platforms": {
"ios": 7.0
},
"version": "1.0.0",
"summary": "Some categories on UIColor to deal with hex values or css strings. Supports both ways conversion.",
"homepage": "https://github.com/Inferis/UIColor-Hex",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Adriaenssen": "http://inferis.org/"
},
"source": {
"git": "https://github.com/Inferis/UIColor-Hex.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}