From bf3fa8d2e8f21ecec80c02468ba09991c572b6c7 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 20 Sep 2017 14:02:54 -0700 Subject: Update FirebaseCommunity 0.1.2 to use latest InstanceID (#293) --- Example/Podfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Example/Podfile') 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 -- cgit v1.2.3