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.
1 parent 30cf84e commit bf3fa8dCopy full SHA for bf3fa8d
Example/Podfile
@@ -81,9 +81,7 @@ target 'Messaging_Example_iOS' do
81
platform :ios, '8.0'
82
83
pod 'FirebaseCommunity/Messaging', :path => '../'
84
- # Lock to the 1.0.9 version of InstanceID since 1.0.10 added a dependency
85
- # to FirebaseCore
86
- pod 'FirebaseInstanceID', '1.0.9'
+ pod 'FirebaseInstanceID'
87
88
target 'Messaging_Tests_iOS' do
89
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