[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 9 / 0 / f / MultiSlider / 1.9.3 / MultiSlider.podspec.json
blobfca5d031dee2723dfa54bb9b6127bb732c58417c
2   "name": "MultiSlider",
3   "version": "1.9.3",
4   "summary": "UISlider clone with multiple thumbs and values, optional snap intervals, optional value labels.",
5   "homepage": "https://github.com/yonat/MultiSlider",
6   "screenshots": [
7     "https://raw.githubusercontent.com/yonat/MultiSlider/master/Screenshots/MultiSlider.png"
8   ],
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE.txt"
12   },
13   "authors": {
14     "Yonat Sharon": "yonat@ootips.org"
15   },
16   "social_media_url": "http://twitter.com/yonatsharon",
17   "swift_version": "4.2",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/yonat/MultiSlider.git",
24     "tag": "1.9.3"
25   },
26   "source_files": "Sources/*.swift",
27   "dependencies": {
28     "MiniLayout": [
30     ],
31     "AvailableHapticFeedback": [
33     ]
34   }