Skip to content

Commit 597f231

Browse files
committed
bump spec versions in readme
1 parent 67ad365 commit 597f231

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FirebaseUI clients are also available for [Android](https://github.com/firebase/
88

99
## Installing FirebaseUI for iOS
1010

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

1414
```ruby
@@ -19,16 +19,16 @@ If you don't want to use all of FirebaseUI, there are multiple subspecs which ca
1919

2020
```ruby
2121
# Only pull in the "Database" FirebaseUI features
22-
pod 'FirebaseUI/Database', '~> 0.4'
22+
pod 'FirebaseUI/Database', '~> 0.5'
2323

2424
# Only pull in the "Auth" FirebaseUI features (including Facebook and Google)
25-
pod 'FirebaseUI/Auth', '~> 0.4'
25+
pod 'FirebaseUI/Auth', '~> 0.5'
2626

2727
# Only pull in the "Facebook" login features
28-
pod 'FirebaseUI/Facebook', '~> 0.4'
28+
pod 'FirebaseUI/Facebook', '~> 0.5'
2929

3030
# Only pull in the "Google" login features
31-
pod 'FirebaseUI/Google', '~> 0.4'
31+
pod 'FirebaseUI/Google', '~> 0.5'
3232

3333
```
3434

0 commit comments

Comments
 (0)