[Add] TPNMentaCustomAdapterInland 6.00.23.1
[CocoaPods.git] / Specs / 9 / 4 / 8 / Gauge / 1.0.0 / Gauge.podspec.json
blobb3e917ce5c51ff972bf1ac47582d75663abd9596
2   "name": "Gauge",
3   "version": "1.0.0",
4   "summary": "Gauge is custom control for iOS applications to display a value of a range in a circular gauge.",
5   "description": "Gauge is a simple widget to show a value within a range in a circular gauge. It has default settings, but you can customize the visuals in  many ways and achieve a totally different result.",
6   "homepage": "https://github.com/MOLO17/Gauge",
7   "screenshots": [
8     "https://raw.githubusercontent.com/MOLO17/Gauge/master/assets/default-gauge.png",
9     "https://raw.githubusercontent.com/MOLO17/Gauge/master/assets/custom-gauge.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Alessandro Vendruscolo": "alessandro.vendruscolo@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/MOLO17/Gauge.git",
20     "tag": "1.0.0"
21   },
22   "social_media_url": "https://twitter.com/MisterJack",
23   "platforms": {
24     "ios": "9.0"
25   },
26   "source_files": "Gauge/Classes/**/*",
27   "frameworks": "UIKit",
28   "dependencies": {
29     "TinyConstraints": [
30       "~> 3.2.1"
31     ]
32   },
33   "swift_version": "4.2"