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