blob: 0ec164173234c3660a3a65be20d8d4c9d88f4a62 [file] [log] [blame]
{
"name": "GaugeKit",
"version": "0.5.1",
"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.5.1"
},
"social_media_url": "https://twitter.com/skywinder",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"requires_arc": true,
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5.0"
],
"source_files": "GaugeKit/**/*.{h,m,swift}",
"public_header_files": "GaugeKit/**/*.h",
"frameworks": [
"UIKit",
"QuartzCore"
],
"swift_version": "5.0"
}