[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 0 / 5 / RxPanModal / 0.1.4 / RxPanModal.podspec.json
blob09e40154f5ccb250b4b7d81cc5f847b2ef529b2f
2   "name": "RxPanModal",
3   "version": "0.1.4",
4   "summary": "RxSwift reactive extension for PanModal.",
5   "description": "RxPanModal is a RxSwift reactive extension for the library PanModal. With RxPanModal, a view controller can be presented as a pan model from the view model directly.",
6   "homepage": "https://github.com/xflagstudio/RxPanModal",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "xflag",
12   "source": {
13     "git": "https://github.com/xflagstudio/RxPanModal.git",
14     "tag": "0.1.4"
15   },
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_versions": "5.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "RxPanModal/Classes/Core/**/*",
24       "dependencies": {
25         "PanModal": [
26           "~> 1"
27         ],
28         "RxCocoa": [
29           "~> 5"
30         ]
31       }
32     },
33     {
34       "name": "Template",
35       "source_files": "RxPanModal/Classes/Template/**/*",
36       "dependencies": {
37         "RxPanModal/Core": [
38           "~> 0"
39         ],
40         "SnapKit": [
41           "~> 5"
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"