blob: b5826279f4df20c5f9b0d12bb67b4c1da56c6311 [file] [log] [blame]
{
"name": "UIColor-HNExtensions",
"version": "0.1.3",
"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.3"
},
"source_files": "UIColor+HNExtensions.{h,m}",
"requires_arc": true
}