An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

RxRealm
===========

[![Travis CI](https://travis-ci.org/carlosypunto/RxRealm.svg?branch=master)](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.