blob: b8df3bab84d8fb74afdf460db3d270684750808b [file] [log] [blame]
{
"name": "RxRelay",
"version": "6.0.0-rc.1",
"summary": "Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay",
"description": "Relays for RxSwift - PublishRelay, BehaviorRelay and ReplayRelay\n\n* PublishRelay\n* BehaviorRelay\n* ReplayRelay\n* Binding overloads",
"homepage": "https://github.com/ReactiveX/RxSwift",
"license": "MIT",
"authors": {
"Krunoslav Zaher": "krunoslav.zaher@gmail.com"
},
"source": {
"git": "https://github.com/ReactiveX/RxSwift.git",
"tag": "6.0.0-rc.1"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "9.0"
},
"source_files": "RxRelay/**/*.{swift,h,m}",
"dependencies": {
"RxSwift": [
"6.0.0-rc.1"
]
},
"swift_versions": "5.1",
"swift_version": "5.1"
}