[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 2 / 4 / RxRelay / 5.0.1 / RxRelay.podspec.json
blob15e6ffcf215ef8433f72e7dcb938026c5e8d2623
2   "name": "RxRelay",
3   "version": "5.0.1",
4   "summary": "Relays for RxSwift - PublishRelay and BehaviorRelay",
5   "description": "Relays for RxSwift - PublishRelay and BehaviorRelay\n\n* PublishRelay\n* BehaviorRelay\n* Binding overloads",
6   "homepage": "https://github.com/ReactiveX/RxSwift",
7   "license": "MIT",
8   "authors": {
9     "Krunoslav Zaher": "krunoslav.zaher@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ReactiveX/RxSwift.git",
13     "tag": "5.0.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "3.0",
20     "tvos": "9.0"
21   },
22   "source_files": "RxRelay/**/*.{swift,h,m}",
23   "dependencies": {
24     "RxSwift": [
25       "~> 5"
26     ]
27   },
28   "swift_versions": "5.0",
29   "swift_version": "5.0"