blob: 6b25be2c5ab0469f092435c3424802eff00006ee [file] [log] [blame]
{
"name": "GRKBarGraphView",
"version": "1.0",
"summary": "Renders a one-item bar graph with an animatable percentage property and configurable orientation, colors, etc.",
"description": "\t\tA UIView subclass which renders a one-item bar graph with an animatable percentage\n\t\tproperty and configurable orientation, colors, etc. CALayers are used for drawing\n\t\tefficiency and implicit animation.\n",
"homepage": "https://github.com/levigroker/GRKBarGraphView",
"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/GRKBarGraphView.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "GRKBarGraphView/**/*.{h,m}",
"requires_arc": true
}