aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-09-20 14:35:49 -0700
committerGravatar GitHub <noreply@github.com>2017-09-20 14:35:49 -0700
commit4449f3dd3bccda49fa4f98c6737ecc88bd93f4a2 (patch)
tree54b2057b8d2ed1f0bfc11ba43637d52385a6bbfd
parent3b6762135a420623175367abfe37a522f4428189 (diff)
parenta42b82b5572d036f7b60576dd14c109652bd3148 (diff)
Merge pull request #296 from firebase/pb-merge-4.2.0
Merge release-4.2.0 back to master
-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