[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 9 / e / 7 / GRKBarGraphView / 2.0.1 / GRKBarGraphView.podspec.json
blob450f867b6a6f1c1e186fa5b24dfb8dd03a080c34
2   "name": "GRKBarGraphView",
3   "version": "2.0.1",
4   "summary": "Renders a one-item bar graph with an animatable percentage property and configurable orientation, colors, etc.",
5   "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.",
6   "homepage": "https://github.com/levigroker/GRKBarGraphView",
7   "license": "Creative Commons Attribution 4.0 International License",
8   "authors": {
9     "Levi Brown": "levigroker@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/levigroker",
12   "source": {
13     "git": "https://github.com/levigroker/GRKBarGraphView.git",
14     "tag": "2.0.1"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": "GRKBarGraphView/**/*.{h,m}",
20   "requires_arc": true