blob: 476e0a772c18116b43d7ee007da56f311ffaf543 [file] [log] [blame]
{
"name": "UIColor-HNExtensions",
"version": "0.1",
"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"
},
"source_files": "UIColor+HNExtensions.{h,m}",
"requires_arc": false
}