[Add] scandit-datacapture-frameworks-label 7.1.0-beta.2
[CocoaPods.git] / Specs / c / 9 / 6 / RxSwiftSupplement / 2.0.0 / RxSwiftSupplement.podspec.json
blob2b3f3dd74095a401920d308327ba66065e9bb109
2   "name": "RxSwiftSupplement",
3   "version": "2.0.0",
4   "summary": "RxSwift Supplement",
5   "homepage": "https://github.com/CloudlessMoon/RxSwiftSupplement",
6   "license": "MIT",
7   "authors": "CloudlessMoon",
8   "source": {
9     "git": "https://github.com/CloudlessMoon/RxSwiftSupplement.git",
10     "tag": "2.0.0"
11   },
12   "platforms": {
13     "ios": "13.0"
14   },
15   "swift_versions": [
16     "5.1"
17   ],
18   "requires_arc": true,
19   "dependencies": {
20     "ThreadSafe": [
21       "~> 1.0"
22     ],
23     "RxSwift": [
24       "~> 6.0"
25     ],
26     "RxRelay": [
27       "~> 6.0"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Sources/Core/**/*.{swift}"
34     },
35     {
36       "name": "PropertyWrapper",
37       "source_files": "Sources/PropertyWrapper/**/*.{swift}",
38       "dependencies": {
39         "RxSwiftSupplement/Core": [
41         ]
42       }
43     },
44     {
45       "name": "DisposeBag",
46       "source_files": "Sources/DisposeBag/**/*.{swift}",
47       "dependencies": {
48         "RxSwiftSupplement/Core": [
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.1"