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