Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
[ios] update Firebase SDK to v6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Jul 22, 2019
1 parent 9812f6e commit 2ffb18a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RNFBAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.source_files = 'ios/**/*.{h,m}'
s.dependency 'React'
s.dependency 'Firebase/Core', '~> 6.3.0'
s.dependency 'Firebase/Core', '~> 6.5.0'
s.dependency 'RNFBApp'
s.static_framework = true
end
2 changes: 1 addition & 1 deletion ios/RNFBAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.source_files = '**/*.{h,m}'
s.dependency 'React'
s.dependency 'Firebase/Core', '~> 6.3.0'
s.dependency 'Firebase/Core', '~> 6.5.0'
s.dependency 'RNFBApp'
s.static_framework = true
end

0 comments on commit 2ffb18a

Please sign in to comment.