[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / 4 / c / SteppableSlider / 0.0.8 / SteppableSlider.podspec.json
blobf1acc06f78d8bd86511d75203f14a861b291de06
2   "name": "SteppableSlider",
3   "version": "0.0.8",
4   "summary": "A custom UISlider with step for iOS.",
5   "homepage": "https://github.com/Mildwhale/SteppableSlider",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyujin Kim": "mildwhale@gmail.com"
12   },
13   "swift_versions": [
14     "4.0"
15   ],
16   "platforms": {
17     "ios": "10.0"
18   },
19   "default_subspecs": "Core",
20   "source": {
21     "git": "https://github.com/Mildwhale/SteppableSlider.git",
22     "tag": "0.0.8"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/SteppableSlider/",
28       "frameworks": "UIKit"
29     },
30     {
31       "name": "RxSwift",
32       "source_files": "Sources/RxSteppableSlider/",
33       "dependencies": {
34         "SteppableSlider/Core": [
36         ],
37         "RxSwift": [
38           "~> 5.0"
39         ],
40         "RxCocoa": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "4.0"