aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Podfile
diff options
context:
space:
mode:
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