Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbc6bae9/viabus
A delightful event bus for iOS
https://github.com/bbc6bae9/viabus
ios
Last synced: 28 days ago
JSON representation
A delightful event bus for iOS
- Host: GitHub
- URL: https://github.com/bbc6bae9/viabus
- Owner: BBC6BAE9
- License: mit
- Created: 2019-11-23T02:59:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T09:12:07.000Z (about 1 year ago)
- Last Synced: 2024-11-18T05:38:52.495Z (about 1 month ago)
- Topics: ios
- Language: Objective-C
- Homepage:
- Size: 3.47 MB
- Stars: 24
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ViaBus
[![CI Status](https://img.shields.io/travis/bbc6bae9/ViaBus.svg?style=flat)](https://travis-ci.org/bbc6bae9/ViaBus)
[![Version](https://img.shields.io/cocoapods/v/ViaBus.svg?style=flat)](https://cocoapods.org/pods/ViaBus)
[![License](https://img.shields.io/cocoapods/l/ViaBus.svg?style=flat)](https://cocoapods.org/pods/ViaBus)
[![Platform](https://img.shields.io/cocoapods/p/ViaBus.svg?style=flat)](https://cocoapods.org/pods/ViaBus)![logo](./logo.png)
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
ViaBus is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'ViaBus'
```## Author
bbc6bae9, [email protected]
## Architecture
![arch](./arch.png)
## License
ViaBus is available under the MIT license. See the LICENSE file for more info.