Skip to content

Commit

Permalink
Merge pull request #112 from kylebshr/master
Browse files Browse the repository at this point in the history
Dynamic Frameworks are only supported on >= iOS 8
  • Loading branch information
morganchen12 authored Aug 30, 2016
2 parents 8fee70a + c5c24d2 commit 6ef7be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pod 'FirebaseUI/Google', '~> 0.4'
If you're including FirebaseUI in a Swift project, make sure you also have:

```
platform :ios, '7.0'
platform :ios, '8.0'
use_frameworks!
```

Expand Down

0 comments on commit 6ef7be1

Please sign in to comment.