blob: 10a2cd1550e087c91f82621b3356497d47f5a8c7 [file] [log] [blame]
{
"name": "GRKGradientView",
"version": "1.0",
"summary": "A UIView subclass which draws a configurable gradient.",
"description": "\t\tUse as you would any UIView and configure it to render a gradient instead of a solid color.\n",
"homepage": "https://github.com/levigroker/GRKGradientView",
"license": "Creative Commons Attribution 3.0 Unported License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"source": {
"git": "https://github.com/levigroker/GRKGradientView.git",
"tag": "1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GRKGradientView/**/*.{h,m}",
"frameworks": "CoreGraphics",
"requires_arc": true
}