[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 9 / 6 / RxSwiftSupplement / 1.0.1 / RxSwiftSupplement.podspec.json
blob063d59f499b378c58d83160fd72c837e22b01fc2
2   "name": "RxSwiftSupplement",
3   "version": "1.0.1",
4   "summary": "RxSwift Supplement",
5   "homepage": "https://github.com/jiasongs/RxSwiftSupplement",
6   "license": "MIT",
7   "authors": {
8     "ruanmei": "jiasong@ruanmei.com"
9   },
10   "source": {
11     "git": "https://github.com/jiasongs/RxSwiftSupplement.git",
12     "tag": "1.0.1"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": [
18     "5.1"
19   ],
20   "static_framework": true,
21   "requires_arc": true,
22   "dependencies": {
23     "ThreadSafe": [
24       "~> 1.0"
25     ],
26     "RxSwift": [
27       "~> 6.0"
28     ],
29     "RxRelay": [
30       "~> 6.0"
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Sources/Core/**/*.{swift}"
37     },
38     {
39       "name": "PropertyWrapper",
40       "source_files": "Sources/PropertyWrapper/**/*.{swift}",
41       "dependencies": {
42         "RxSwiftSupplement/Core": [
44         ]
45       }
46     },
47     {
48       "name": "DisposeBag",
49       "source_files": "Sources/DisposeBag/**/*.{swift}",
50       "dependencies": {
51         "RxSwiftSupplement/Core": [
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.1"