aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-09-20 14:02:54 -0700
committerGravatar GitHub <noreply@github.com>2017-09-20 14:02:54 -0700
commitbf3fa8d2e8f21ecec80c02468ba09991c572b6c7 (patch)
tree711c793da3f92bda8a355b24257749216981c468 /Example/Podfile
parent30cf84e3ce16109758fd9ecaf491e286c1d9d304 (diff)
Update FirebaseCommunity 0.1.2 to use latest InstanceID (#293)
Diffstat (limited to 'Example/Podfile')
-rw-r--r--Example/Podfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Example/Podfile b/Example/Podfile
index 3c0745d..5b7cccb 100644
--- a/Example/Podfile
+++ b/Example/Podfile
@@ -81,9 +81,7 @@ target 'Messaging_Example_iOS' do
platform :ios, '8.0'
pod 'FirebaseCommunity/Messaging', :path => '../'
- # Lock to the 1.0.9 version of InstanceID since 1.0.10 added a dependency
- # to FirebaseCore
- pod 'FirebaseInstanceID', '1.0.9'
+ pod 'FirebaseInstanceID'
target 'Messaging_Tests_iOS' do
inherit! :search_paths