blob: d36e05a0a58f6495c9d44efe47a45630869768da [file] [log] [blame]
{
"name": "GaugeKit",
"version": "0.4.5",
"summary": "Kit for building custom gauges + easy reproducible Apple's style ring gauges.",
"description": "Kit for building custom gauges + easy reproducible Apple's style ring gauges.\n ## Features\n - Cusomizible\n - Auto-resized\n - Support `@IBInspectable` & `@IBDesignable`\n - Written with vanilla swift flavor :wink:",
"homepage": "https://github.com/skywinder/GaugeKit",
"screenshots": [
"https://raw.githubusercontent.com/skywinder/GaugeKit/master/Images/GaugeKit_sreenshot.png",
"https://raw.githubusercontent.com/skywinder/GaugeKit/master/Images/SWGauge_example.gif",
"https://raw.githubusercontent.com/skywinder/GaugeKit/master/Images/ib_example_1.gif"
],
"license": "MIT",
"authors": {
"Petr Korolev": "sky4winder@gmail.com"
},
"source": {
"git": "https://github.com/skywinder/GaugeKit.git",
"tag": "0.4.5"
},
"social_media_url": "https://twitter.com/skywinder",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "GaugeKit/**/*",
"public_header_files": "GaugeKit/**/*.h",
"frameworks": [
"UIKit",
"QuartzCore"
]
}