blob: c4c05341893ba15e9c130256d950099c9b21279e [file] [log] [blame]
{
"name": "GaugeView",
"version": "0.1.2",
"summary": "Simple GaugeView in Swift",
"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!",
"homepage": "https://github.com/BelkaLab/GaugeView",
"license": "MIT",
"authors": {
"Belka": "luca@b3lab.it"
},
"source": {
"git": "https://github.com/BelkaLab/GaugeView.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GaugeView": [
"Pod/Assets/*.png"
]
}
}