Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauddorgans authored Feb 18, 2019
1 parent e593b82 commit cf8d260
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Swift 4.0
## Installation

RxFirebase is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
it, simply add the following lines to your Podfile:

### iOS

```ruby
pod 'RxFirebase/Firestore'
Expand All @@ -25,6 +27,14 @@ pod 'RxFirebase/Auth'
pod 'RxFirebase/Functions'
```

### tvOS/macOS

```ruby
pod 'RxFirebaseAuthentication'
pod 'RxFirebaseStorage'
pod 'RxFirebaseDatabase'
```

## Usage

```swift
Expand Down

0 comments on commit cf8d260

Please sign in to comment.