https://github.com/RxSwiftCommunity/RxCoreData
RxSwift extensions for Core Data
https://github.com/RxSwiftCommunity/RxCoreData
Last synced: 5 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T14:04:40.000Z (over 4 years ago)
- Last Synced: 2024-12-04T00:21:50.105Z (5 months ago)
- Language: C
- Size: 1.87 MB
- Stars: 165
- Watchers: 37
- 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
[](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, [email protected]
## License
RxCoreData is available under the MIT license. See the LICENSE file for more info.