blob: 6884f5a069b05a44c1a658b99b8f1f775a9e87b2 [file] [log] [blame]
{
"name": "RxBus",
"version": "1.0.4",
"summary": "Event bus framework supports sticky events and subscribers priority based on RxSwift.",
"homepage": "https://github.com/ridi/RxBus-Swift",
"authors": {
"Ridibooks Viewer Team": "viewer.team@ridi.com"
},
"license": "MIT",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ridi/RxBus-Swift.git",
"tag": "1.0.4"
},
"source_files": "RxBus/RxBus.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}