[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / c / 9 / 6 / RxSwiftSupplement / 0.2.0 / RxSwiftSupplement.podspec.json
blob890af9d8bf5c7f52bb5b90384f0501ae30777dbb
2   "name": "RxSwiftSupplement",
3   "version": "0.2.0",
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.2.0"
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     "ThreadSafe": [
28       "~> 1.0"
29     ],
30     "RxSwift": [
31       "~> 6.0"
32     ],
33     "RxRelay": [
34       "~> 6.0"
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Core",
40       "source_files": "Sources/Core/**/*.{swift}"
41     },
42     {
43       "name": "PropertyWrapper",
44       "source_files": "Sources/PropertyWrapper/**/*.{swift}",
45       "dependencies": {
46         "RxSwiftSupplement/Core": [
48         ]
49       }
50     },
51     {
52       "name": "DisposeBag",
53       "source_files": "Sources/DisposeBag/**/*.{swift}",
54       "dependencies": {
55         "RxSwiftSupplement/Core": [
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.1"