Skip to content

Commit 613eaa0

Browse files
committed
update documentation
1 parent ef5167c commit 613eaa0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,29 @@ FirebaseUI supports iOS 8.0+. We recommend using [CocoaPods](https://cocoapods.o
1414
the following to your `Podfile`:
1515

1616
```ruby
17-
pod 'FirebaseUI', '~> 0.6' # Pull in all Firebase UI features
17+
pod 'FirebaseUI', '~> 0.7' # Pull in all Firebase UI features
1818
```
1919

2020
If you don't want to use all of FirebaseUI, there are multiple subspecs which can selectively install subsets of the full feature set:
2121

2222
```ruby
2323
# Only pull in FirebaseUI Database features
24-
pod 'FirebaseUI/Database', '~> 0.6'
24+
pod 'FirebaseUI/Database', '~> 0.7'
2525

2626
# Only pull in FirebaseUI Storage features
27-
pod 'FirebaseUI/Storage', '~> 0.6'
27+
pod 'FirebaseUI/Storage', '~> 0.7'
2828

2929
# Only pull in FirebaseUI Auth features
30-
pod 'FirebaseUI/Auth', '~> 0.6'
30+
pod 'FirebaseUI/Auth', '~> 0.7'
3131

3232
# Only pull in Facebook login features
33-
pod 'FirebaseUI/Facebook', '~> 0.6'
33+
pod 'FirebaseUI/Facebook', '~> 0.7'
3434

3535
# Only pull in Google login features
36-
pod 'FirebaseUI/Google', '~> 0.6'
36+
pod 'FirebaseUI/Google', '~> 0.7'
3737

3838
# Only pull in Twitter login features
39-
pod 'FirebaseUI/Twitter', '~> 0.6'
39+
pod 'FirebaseUI/Twitter', '~> 0.7'
4040
```
4141

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

0 commit comments

Comments
 (0)