Skip to content

Commit c5c24d2

Browse files
authored
Dynamic Frameworks are only supported on >= iOS 8
1 parent 8fee70a commit c5c24d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pod 'FirebaseUI/Google', '~> 0.4'
3737
If you're including FirebaseUI in a Swift project, make sure you also have:
3838

3939
```
40-
platform :ios, '7.0'
40+
platform :ios, '8.0'
4141
use_frameworks!
4242
```
4343

0 commit comments

Comments
 (0)