Skip to content

Commit

Permalink
Update minimum iOS version in README (#967)
Browse files Browse the repository at this point in the history
Since its 7.0.0 release, Firebase requires iOS 10.0+
  • Loading branch information
paulb777 authored Jun 21, 2021
1 parent 0406751 commit 354b6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FirebaseUI clients are also available for [Android](https://github.com/firebase/

## Installing FirebaseUI for iOS

FirebaseUI supports iOS 8.0+ and Xcode 11+. We recommend using [CocoaPods](https://cocoapods.org/pods/FirebaseUI), add
FirebaseUI supports iOS 10.0+ and Xcode 11+. We recommend using [CocoaPods](https://cocoapods.org/pods/FirebaseUI), add
the following to your `Podfile`:

```ruby
Expand Down Expand Up @@ -47,7 +47,7 @@ pod 'FirebaseUI/Phone', '~> 8.0'
If you're including FirebaseUI in a Swift project, make sure you also have:

```ruby
platform :ios, '9.0'
platform :ios, '10.0'
use_frameworks!
```

Expand Down

0 comments on commit 354b6d4

Please sign in to comment.