blob: dcf6aba22398596f38df0a89f049ad2c765e05d8 [file] [log] [blame]
{
"name": "SegmentedSlider",
"version": "1.2.2",
"summary": "A customizable control to select a value from continuous range of values.",
"description": "SegmentedSlider is a customizable slider that renders it's range as a sequence of sections divided into segments. \nIt scrolls it's background instead of moving the central handle. Supports interface builder and designed to be \nsimilar with UISlider in it's API.",
"homepage": "https://github.com/vahan3x/SegmentedSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vahan Babayan": "vahan3x@gmail.com"
},
"source": {
"git": "https://github.com/vahan3x/SegmentedSlider.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "SegmentedSlider/**/*.swift",
"frameworks": "UIKit"
}