blob: 10468b0ad13ad42682598be5c55a94201542bc57 [file] [log] [blame]
{
"name": "GaugeKit",
"version": "0.4.0",
"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.0"
},
"social_media_url": "https://twitter.com/skywinder",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "GaugeKit/**/*",
"public_header_files": "GaugeKit/**/*.h",
"frameworks": [
"UIKit",
"QuartzCore"
],
"pushed_with_swift_version": "3.0"
}