blob: 4e8e5f6593d6f1921af664267a5b476de1e7112b [file] [log] [blame]
{
"name": "GRKGradientView",
"version": "1.0.2",
"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"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKGradientView.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "GRKGradientView/**/*.{h,m}",
"frameworks": "CoreGraphics",
"requires_arc": true
}