[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / c / SteppableSlider / 0.1.0 / SteppableSlider.podspec.json
blob0eef2123d9b5f419c5f91a15e9f38fdee36f9be7
2   "name": "SteppableSlider",
3   "version": "0.1.0",
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.1.0"
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"