Skip to content

Commit

Permalink
Using optimistic operator to specify Firebase dependencies for iOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Jun 25, 2019
1 parent 818f0cf commit 0d4719d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods>
<pod name="Firebase/Core" spec="6.2.0"/>
<pod name="Firebase/Auth" spec="6.2.0"/>
<pod name="Firebase/Messaging" spec="6.2.0"/>
<pod name="Firebase/Performance" spec="6.2.0"/>
<pod name="Firebase/RemoteConfig" spec="6.2.0"/>
<pod name="Firebase/Core" spec="~> 6.1.0"/>
<pod name="Firebase/Auth" spec="~> 6.1.0"/>
<pod name="Firebase/Messaging" spec="~> 6.1.0"/>
<pod name="Firebase/Performance" spec="~> 6.1.0"/>
<pod name="Firebase/RemoteConfig" spec="~> 6.1.0"/>
<pod name="Fabric" spec="1.10.2"/>
<pod name="Crashlytics" spec="3.13.2"/>
</pods>
Expand Down

0 comments on commit 0d4719d

Please sign in to comment.