File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
1212the 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
You can’t perform that action at this time.
0 commit comments