Skip to content

Commit 6ef7be1

Browse files
authored
Merge pull request #112 from kylebshr/master
Dynamic Frameworks are only supported on >= iOS 8
2 parents 8fee70a + c5c24d2 commit 6ef7be1

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)