blob: 3a1475fb6e2187b179bb4afa74fb0ad8b21e0c27 [file] [log] [blame]
{
"name": "RxBus",
"version": "1.1.0",
"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",
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ridi/RxBus-Swift.git",
"tag": "1.1.0"
},
"source_files": "RxBus/RxBus.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 4.0"
]
}
}