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/
8
8
9
9
## Installing FirebaseUI for iOS
10
10
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
12
12
the following to your ` Podfile ` :
13
13
14
14
``` ruby
@@ -19,16 +19,16 @@ If you don't want to use all of FirebaseUI, there are multiple subspecs which ca
19
19
20
20
``` ruby
21
21
# Only pull in the "Database" FirebaseUI features
22
- pod ' FirebaseUI/Database' , ' ~> 0.4 '
22
+ pod ' FirebaseUI/Database' , ' ~> 0.5 '
23
23
24
24
# Only pull in the "Auth" FirebaseUI features (including Facebook and Google)
25
- pod ' FirebaseUI/Auth' , ' ~> 0.4 '
25
+ pod ' FirebaseUI/Auth' , ' ~> 0.5 '
26
26
27
27
# Only pull in the "Facebook" login features
28
- pod ' FirebaseUI/Facebook' , ' ~> 0.4 '
28
+ pod ' FirebaseUI/Facebook' , ' ~> 0.5 '
29
29
30
30
# Only pull in the "Google" login features
31
- pod ' FirebaseUI/Google' , ' ~> 0.4 '
31
+ pod ' FirebaseUI/Google' , ' ~> 0.5 '
32
32
33
33
```
34
34
You can’t perform that action at this time.
0 commit comments