blob: b736167fa5690479cb0a86fa1bd77b3240084d0c [file] [log] [blame]
{
"name": "GRKBarGraphView",
"version": "2.0",
"summary": "Renders a one-item bar graph with an animatable percentage property and configurable orientation, colors, etc.",
"description": "A UIView subclass which renders a one-item bar graph with an animatable percentage\nproperty and configurable orientation, colors, etc. CALayers are used for drawing\nefficiency and implicit animation.",
"homepage": "https://github.com/levigroker/GRKBarGraphView",
"license": "Creative Commons Attribution 4.0 International License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKBarGraphView.git",
"tag": "2.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "GRKBarGraphView/**/*.{h,m}",
"requires_arc": true
}