[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 9 / 0 / f / MultiSlider / 1.8.2 / MultiSlider.podspec.json
blob35763c1e2785c3e9b73dff7f1d1a286e69c925d3
2   "name": "MultiSlider",
3   "version": "1.8.2",
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     "https://raw.githubusercontent.com/yonat/MultiSlider/master/Screenshots/MultiSlider-h.png"
9   ],
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE.txt"
13   },
14   "authors": {
15     "Yonat Sharon": "yonat@ootips.org"
16   },
17   "social_media_url": "http://twitter.com/yonatsharon",
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "source": {
24     "git": "https://github.com/yonat/MultiSlider.git",
25     "tag": "1.8.2"
26   },
27   "source_files": "Sources/*.swift",
28   "dependencies": {
29     "MiniLayout": [
31     ],
32     "AvailableHapticFeedback": [
34     ]
35   }