[Add] RegulaCommonNightly 7.5.932
[CocoaPods.git] / Specs / 1 / f / 7 / SegmentedSlider / 1.2.2 / SegmentedSlider.podspec.json
blobdcf6aba22398596f38df0a89f049ad2c765e05d8
2   "name": "SegmentedSlider",
3   "version": "1.2.2",
4   "summary": "A customizable control to select a value from continuous range of values.",
5   "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.",
6   "homepage": "https://github.com/vahan3x/SegmentedSlider",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vahan Babayan": "vahan3x@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vahan3x/SegmentedSlider.git",
16     "tag": "1.2.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "SegmentedSlider/**/*.swift",
23   "frameworks": "UIKit"