blob: 5d8a1f5a3d902c720d657bfc82a6a8585c6e5f6c [file] [log] [blame]
{
"name": "RxEventHub",
"version": "3.0",
"summary": "`RxEventHub` makes multicasting event easy, type-safe and error-free, use it instead of `NSNotificationCenter` now!",
"description": "`RxEventHub` is an event hub in `RxSwift` world, it makes multicasting event easy, type-safe and error-free, use it instead of `NSNotificationCenter` now!",
"homepage": "https://github.com/RxSwiftCommunity/RxEventHub",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zzdjk6": "zzdjk6@126.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxEventHub.git",
"tag": "3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxEventHub/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 3.0"
]
}
}