blob: 731092f18b2848132db0090696f8eaf3033b7786 [file] [log] [blame]
{
"name": "MSSimpleGauge",
"version": "0.5",
"summary": "Gauge like widget views for iOS.",
"homepage": "https://github.com/sabymike/MSSimpleGauge",
"screenshots": [
"https://raw.github.com/sabymike/MSSimpleGauge/master/SimpleGauge/simple.png",
"https://raw.github.com/sabymike/MSSimpleGauge/master/SimpleGauge/range.png",
"https://raw.github.com/sabymike/MSSimpleGauge/master/SimpleGauge/annotated.png"
],
"license": "MIT",
"authors": {
"Mike Sabatini": "mike@parallelboxes.com"
},
"source": {
"git": "https://github.com/sabymike/MSSimpleGauge.git",
"tag": "0.5"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SimpleGauge/Gauges/*.{h,m}",
"frameworks": [
"QuartzCore",
"UIKit",
"CoreGraphics",
"Foundation"
],
"requires_arc": true
}