aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Example/Podfile4
-rw-r--r--FirebaseCommunity.podspec2
2 files changed, 2 insertions, 4 deletions
diff --git a/Example/Podfile b/Example/Podfile
index 4b6a88f..9ec6ffd 100644
--- a/Example/Podfile
+++ b/Example/Podfile
@@ -115,9 +115,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
diff --git a/FirebaseCommunity.podspec b/FirebaseCommunity.podspec
index 735dac6..7a8f2e4 100644
--- a/FirebaseCommunity.podspec
+++ b/FirebaseCommunity.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseCommunity'
- s.version = '0.1.1'
+ s.version = '0.1.2'
s.summary = 'Firebase Open Source Libraries for iOS.'
s.description = <<-DESC