Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ FirebaseUI clients are also available for [Android](https://github.com/firebase/

## Installing FirebaseUI for iOS

FirebaseUI supports iOS 7.0+. We recommend using [CocoaPods](http://cocoapods.org/?q=firebaseui-ios), add
FirebaseUI supports iOS 8.0+. We recommend using [CocoaPods](https://cocoapods.org/pods/FirebaseUI), add
the following to your `Podfile`:

```ruby
pod 'FirebaseUI', '~> 0.5' # Pull in all Firebase UI features
pod 'FirebaseUI', '~> 0.6' # Pull in all Firebase UI features
```

If you don't want to use all of FirebaseUI, there are multiple subspecs which can selectively install subsets of the full feature set:
Expand All @@ -34,7 +34,7 @@ pod 'FirebaseUI/Facebook', '~> 0.6'
pod 'FirebaseUI/Google', '~> 0.6'

# Only pull in Twitter login features
pod 'FirebaseUI/Google', '~> 0.6'
pod 'FirebaseUI/Twitter', '~> 0.6'
```

If you're including FirebaseUI in a Swift project, make sure you also have:
Expand Down