Skip to content

update readme #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 14, 2016
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