diff options
author | Paul Beusterien <paulbeusterien@google.com> | 2017-09-20 14:02:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 14:02:54 -0700 |
commit | bf3fa8d2e8f21ecec80c02468ba09991c572b6c7 (patch) | |
tree | 711c793da3f92bda8a355b24257749216981c468 | |
parent | 30cf84e3ce16109758fd9ecaf491e286c1d9d304 (diff) |
Update FirebaseCommunity 0.1.2 to use latest InstanceID (#293)
-rw-r--r-- | Example/Podfile | 4 | ||||
-rw-r--r-- | FirebaseCommunity.podspec | 2 |
2 files changed, 2 insertions, 4 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 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 |