[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 9 / 6 / RxSwiftSupplement / 0.1.7 / RxSwiftSupplement.podspec.json
blobd472d3cb5b03968b2696094426b096d842782143
2   "name": "RxSwiftSupplement",
3   "version": "0.1.7",
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": "0.1.7"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "cocoapods_version": ">= 1.11.0",
18   "swift_versions": [
19     "5.1"
20   ],
21   "static_framework": true,
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_INSTALL_OBJC_HEADER": "NO"
25   },
26   "dependencies": {
27     "RxSwift": [
28       "~> 6.0"
29     ],
30     "RxRelay": [
31       "~> 6.0"
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "Sources/Core/**/*.{swift}"
38     },
39     {
40       "name": "PropertyWrapper",
41       "source_files": "Sources/PropertyWrapper/**/*.{swift}",
42       "dependencies": {
43         "RxSwiftSupplement/Core": [
45         ]
46       }
47     },
48     {
49       "name": "DisposeBag",
50       "source_files": "Sources/DisposeBag/**/*.{swift}",
51       "dependencies": {
52         "RxSwiftSupplement/Core": [
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.1"