Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luiyen authored Oct 19, 2019
1 parent 1089945 commit 7d26a46
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
# RxParchmentDataSources
A reactive wrapper built around [rechsteiner/Parchment](https://github.com/rechsteiner/Parchment)

## Installation

### CocoaPods

To integrate RxParchmentDataSources into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'RxParchment'
```

Then, run the following command:

```bash
$ pod install
```

### Carthage

To integrate RxParchmentDataSources into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "Pubbus/RxParchmentDataSources"
```

# Usage

Working with RxParchmentDataSources will be very simple:

```swift
let items = Observable.of(["Item1","Item2","Item3"])

Expand Down

0 comments on commit 7d26a46

Please sign in to comment.