blob: 5f523840c7579687e6dedc5d5d60df5ef5dde65f [file] [log] [blame]
{
"name": "RxRelay",
"version": "5.1.0",
"summary": "Relays for RxSwift - PublishRelay and BehaviorRelay",
"description": "Relays for RxSwift - PublishRelay and BehaviorRelay\n\n* PublishRelay\n* BehaviorRelay\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": "5.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "9.0"
},
"source_files": "RxRelay/**/*.{swift,h,m}",
"dependencies": {
"RxSwift": [
"~> 5"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}