blob: 94fd165e41c3571a49e29626770488170e0dcbe3 [file] [log] [blame]
{
"name": "UIColor-HNExtensions",
"version": "0.1.6",
"summary": "A grab-bag of useful UIColor helpers",
"description": " A category full of useful UIColor helper methods for dealing with\n\n * Colour components\n * Colour Palettes\n * Accessibility\n * Gradients\n * Blending\n",
"homepage": "https://github.com/henrinormak/UIColor-HNExtensions",
"license": {
"type": "MIT"
},
"authors": {
"Henri Normak": "henri.normak@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/henrinormak/UIColor-HNExtensions.git",
"tag": "0.1.6"
},
"source_files": "UIColor+HNExtensions.{h,m}",
"requires_arc": true
}