Skip to content

Commit

Permalink
(iOS): Bump Firebase SDK versions to v6.28.1 to resolve build freeze …
Browse files Browse the repository at this point in the history
…issue. Resolves #460.
  • Loading branch information
dpa99c committed Jul 16, 2020
1 parent 3cf3ae1 commit a9ff96e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="Firebase/Core" spec="6.28.0"/>
<pod name="Firebase/Auth" spec="6.28.0"/>
<pod name="Firebase/Messaging" spec="6.28.0"/>
<pod name="Firebase/Performance" spec="6.28.0"/>
<pod name="Firebase/RemoteConfig" spec="6.28.0"/>
<pod name="FirebaseFirestore" git="https://github.com/invertase/firestore-ios-sdk-frameworks.git" tag="6.28.0"/>
<pod name="Firebase/Crashlytics" spec="6.28.0"/>
<pod name="Firebase/Core" spec="6.28.1"/>
<pod name="Firebase/Auth" spec="6.28.1"/>
<pod name="Firebase/Messaging" spec="6.28.1"/>
<pod name="Firebase/Performance" spec="6.28.1"/>
<pod name="Firebase/RemoteConfig" spec="6.28.1"/>
<pod name="FirebaseFirestore" git="https://github.com/invertase/firestore-ios-sdk-frameworks.git" tag="6.28.1"/>
<pod name="Firebase/Crashlytics" spec="6.28.1"/>
<pod name="GoogleSignIn" spec="5.0.2"/>
</pods>
</podspec>
Expand Down

0 comments on commit a9ff96e

Please sign in to comment.