[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 6 / 0 / 9 / GaugeView / 0.1.3 / GaugeView.podspec.json
blobfb93b2ee5cd27d2be5a35fd6327fb8f72f2b0611
2   "name": "GaugeView",
3   "version": "0.1.3",
4   "summary": "Simple GaugeView in Swift",
5   "description": "GaugeView is a small library to create and display Gauge graphs. It is fully customizable: you can set the color, size, text and many other properties of the graph. Do you need to display data in a simple way? Or you just wanto to add a fancy donut to your app? This is the library you were looking for!",
6   "homepage": "https://github.com/BelkaLab/GaugeView",
7   "license": "MIT",
8   "authors": {
9     "Belka": "luca@b3lab.it"
10   },
11   "source": {
12     "git": "https://github.com/BelkaLab/GaugeView.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "GaugeView": [
22       "Pod/Assets/*.png"
23     ]
24   }