https://github.com/RxSwiftCommunity/RxCoreData
RxSwift extensions for Core Data
https://github.com/RxSwiftCommunity/RxCoreData
Last synced: 4 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 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T14:04:40.000Z (almost 5 years ago)
- Last Synced: 2025-06-25T13:15:55.424Z (5 months ago)
- Language: C
- Size: 1.87 MB
- Stars: 165
- Watchers: 35
- Forks: 69
- 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)
- fucking-awesome-ios - RxCoreData - RxSwift extensions for Core Data. (Reactive Programming / Prototyping)
README
# RxCoreData
[](https://travis-ci.org/RxSwiftCommunity/RxCoreData)
[](http://cocoapods.org/pods/RxCoreData)
[](http://cocoapods.org/pods/RxCoreData)
[](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, scott.gardner@mac.com
## License
RxCoreData is available under the MIT license. See the LICENSE file for more info.