https://github.com/sger/rxrealm
A simple Realm reactive wrapper for RxSwift.
https://github.com/sger/rxrealm
Last synced: about 1 year ago
JSON representation
A simple Realm reactive wrapper for RxSwift.
- Host: GitHub
- URL: https://github.com/sger/rxrealm
- Owner: sger
- License: mit
- Created: 2016-01-05T16:44:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T16:51:15.000Z (over 10 years ago)
- Last Synced: 2023-04-13T03:07:05.149Z (about 3 years ago)
- Language: Swift
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
RxRealm
===========
[](https://travis-ci.org/carlosypunto/RxRealm)
## Realm wrapper for RxSwift
## Installation
**CocoaPods**
RxRealm is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "RxRealm"
```
**Carthage**
It's also available to install using Carthage
```ruby
github "carlosypunto/RxRealm"
```
## Requirements
RxRealm requires Swift 2.0 and RxSwift (2.0.0-beta).
## License
RxRealm is available under the MIT license. See the LICENSE file for more info.