[Add] OpacityCore 4.0.3
[CocoaPods.git] / Specs / 9 / 2 / 4 / RxRelay / 6.8.0 / RxRelay.podspec.json
blob86432ca1d8526ac5a1573ef1e84531560f3b2253
2   "name": "RxRelay",
3   "version": "6.8.0",
4   "summary": "Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay",
5   "description": "Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay\n\n* PublishRelay\n* BehaviorRelay\n* ReplayRelay\n* Binding overloads",
6   "homepage": "https://github.com/ReactiveX/RxSwift",
7   "license": "MIT",
8   "authors": {
9     "Shai Mishali": "freak4pc@gmail.com",
10     "Krunoslav Zaher": "krunoslav.zaher@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/ReactiveX/RxSwift.git",
14     "tag": "6.8.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10",
20     "watchos": "3.0",
21     "tvos": "9.0",
22     "visionos": "1.0"
23   },
24   "source_files": "RxRelay/**/*.{swift,h,m}",
25   "resource_bundles": {
26     "RxRelay_Privacy": [
27       "Sources/RxRelay/PrivacyInfo.xcprivacy"
28     ]
29   },
30   "dependencies": {
31     "RxSwift": [
32       "6.8.0"
33     ]
34   },
35   "swift_versions": "5.1",
36   "pod_target_xcconfig": {
37     "APPLICATION_EXTENSION_API_ONLY": "YES"
38   },
39   "swift_version": "5.1"