[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 0 / 5 / RxPanModal / 0.2 / RxPanModal.podspec.json
blob3feb6c766783eebe65de8249a69cc5c612d433f3
2   "name": "RxPanModal",
3   "version": "0.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/lm2343635/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/lm2343635/RxPanModal.git",
16     "tag": "0.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.1",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "RxPanModal/Classes/Core/**/*",
26       "dependencies": {
27         "PanModal": [
28           "~> 1"
29         ],
30         "RxCocoa": [
31           "~> 5"
32         ]
33       }
34     },
35     {
36       "name": "Template",
37       "source_files": "RxPanModal/Classes/Template/**/*",
38       "dependencies": {
39         "RxPanModal/Core": [
40           "~> 0"
41         ],
42         "SnapKit": [
43           "~> 5"
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.1"