From 8c6d412a4e05ce0fceee833502685aa080442af5 Mon Sep 17 00:00:00 2001 From: Arnaud Dorgans Date: Mon, 30 Sep 2019 23:35:41 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 2d5ce4b..0d3242a 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ Swift 4.0 RxFirebase is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following lines to your Podfile: -### iOS - ```ruby pod 'RxFirebase/Firestore' pod 'RxFirebase/RemoteConfig' @@ -27,14 +25,6 @@ pod 'RxFirebase/Auth' pod 'RxFirebase/Functions' ``` -### tvOS/macOS - -```ruby -pod 'RxFirebaseAuthentication' -pod 'RxFirebaseStorage' -pod 'RxFirebaseDatabase' -``` - ## Usage ```swift