blob: b3e917ce5c51ff972bf1ac47582d75663abd9596 [file] [log] [blame]
{
"name": "Gauge",
"version": "1.0.0",
"summary": "Gauge is custom control for iOS applications to display a value of a range in a circular gauge.",
"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.",
"homepage": "https://github.com/MOLO17/Gauge",
"screenshots": [
"https://raw.githubusercontent.com/MOLO17/Gauge/master/assets/default-gauge.png",
"https://raw.githubusercontent.com/MOLO17/Gauge/master/assets/custom-gauge.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alessandro Vendruscolo": "alessandro.vendruscolo@gmail.com"
},
"source": {
"git": "https://github.com/MOLO17/Gauge.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/MisterJack",
"platforms": {
"ios": "9.0"
},
"source_files": "Gauge/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"TinyConstraints": [
"~> 3.2.1"
]
},
"swift_version": "4.2"
}