We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b67621 + a42b82b commit 4449f3dCopy full SHA for 4449f3d
Example/Podfile
@@ -115,9 +115,7 @@ target 'Messaging_Example_iOS' do
115
platform :ios, '8.0'
116
117
pod 'FirebaseCommunity/Messaging', :path => '../'
118
- # Lock to the 1.0.9 version of InstanceID since 1.0.10 added a dependency
119
- # to FirebaseCore
120
- pod 'FirebaseInstanceID', '1.0.9'
+ pod 'FirebaseInstanceID'
121
122
target 'Messaging_Tests_iOS' do
123
inherit! :search_paths
FirebaseCommunity.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'FirebaseCommunity'
3
- s.version = '0.1.1'
+ s.version = '0.1.2'
4
s.summary = 'Firebase Open Source Libraries for iOS.'
5
6
s.description = <<-DESC
0 commit comments