[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 9 / 6 / RxSwiftSupplement / 0.1.5 / RxSwiftSupplement.podspec.json
blob4c4faf7a08e6098709259e015067a58a8ef25897
2   "name": "RxSwiftSupplement",
3   "version": "0.1.5",
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.5"
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   "dependencies": {
24     "RxSwift": [
25       "~> 6.0"
26     ],
27     "RxRelay": [
28       "~> 6.0"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources/Core/**/*.{swift}"
35     },
36     {
37       "name": "PropertyWrapper",
38       "source_files": "Sources/PropertyWrapper/**/*.{swift}",
39       "dependencies": {
40         "RxSwiftSupplement/Core": [
42         ]
43       }
44     },
45     {
46       "name": "DisposeBag",
47       "source_files": "Sources/DisposeBag/**/*.{swift}",
48       "dependencies": {
49         "RxSwiftSupplement/Core": [
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.1"