[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 0 / 5 / RxPanModal / 0.1.2 / RxPanModal.podspec.json
blob6f2aeb7d0ed1276244949118d1c074a1bc698cc3
2   "name": "RxPanModal",
3   "version": "0.1.2",
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": {
12     "lm2343635": "lm2343635@126.com"
13   },
14   "source": {
15     "git": "https://github.com/xflagstudio/RxPanModal.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "swift_version": "5.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "RxPanModal/Classes/Core/**/*",
27       "dependencies": {
28         "PanModal": [
29           "~> 1"
30         ],
31         "RxCocoa": [
32           "~> 5"
33         ]
34       }
35     },
36     {
37       "name": "Template",
38       "source_files": "RxPanModal/Classes/Template/**/*",
39       "dependencies": {
40         "RxPanModal/Core": [
41           "~> 0"
42         ],
43         "SnapKit": [
44           "~> 5"
45         ]
46       }
47     }
48   ]