Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/RxSwiftCommunity/RxCoreData

RxSwift extensions for Core Data
https://github.com/RxSwiftCommunity/RxCoreData

Last synced: about 1 month ago
JSON representation

RxSwift extensions for Core Data

Awesome Lists containing this project

README

        

# RxCoreData

[![CI Status](http://img.shields.io/travis/RxSwiftCommunity/RxCoreData.svg?style=flat)](https://travis-ci.org/RxSwiftCommunity/RxCoreData)
[![Version](https://img.shields.io/cocoapods/v/RxCoreData.svg?style=flat)](http://cocoapods.org/pods/RxCoreData)
[![License](https://img.shields.io/cocoapods/l/RxCoreData.svg?style=flat)](http://cocoapods.org/pods/RxCoreData)
[![Platform](https://img.shields.io/cocoapods/p/RxCoreData.svg?style=flat)](http://cocoapods.org/pods/RxCoreData)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Requirements

* Xcode 9.0
* Swift 4.0

## Installation

RxCoreData is available via [Carthage](https://github.com/Carthage/Carthage) and [CocoaPods](http://cocoapods.org).

### Carthage

To install RxCoreData via Carthage, simply add the following line to your Cartfile:

```ruby
github "RxSwiftCommunity/RxCoreData" ~> 1.0.0
```

### CocoaPods

To install RxCoreData via CocoaPods, simply add the following line to your Podfile:

```ruby
pod "RxCoreData", "~> 1.0.0"
```

## Author

Scott Gardner, [email protected]

## License

RxCoreData is available under the MIT license. See the LICENSE file for more info.