Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RxSwiftCommunity/RxCoreData
RxSwift extensions for Core Data
https://github.com/RxSwiftCommunity/RxCoreData
Last synced: 3 months ago
JSON representation
RxSwift extensions for Core Data
- Host: GitHub
- URL: https://github.com/RxSwiftCommunity/RxCoreData
- Owner: RxSwiftCommunity
- License: mit
- Created: 2016-05-18T18:13:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T14:04:40.000Z (almost 4 years ago)
- Last Synced: 2024-07-21T02:01:39.927Z (4 months ago)
- Language: C
- Size: 1.87 MB
- Stars: 164
- Watchers: 38
- Forks: 68
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ios-star - RxCoreData - RxSwift extensions for Core Data. (Reactive Programming / Prototyping)
- awesome-rxswift - RxCoreData
- awesome-ios - RxCoreData - RxSwift extensions for Core Data. (Reactive Programming / Prototyping)
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.