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

Commit

Permalink
feat(ios): podspecs now utilize CoreOnly instead of Core (invertase#3575
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dlockwo authored May 5, 2020
1 parent 8ff15c2 commit 291911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNFBApp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Pod::Spec.new do |s|
end

# Firebase dependencies
s.dependency 'Firebase/Core', firebase_sdk_version
s.dependency 'Firebase/CoreOnly', firebase_sdk_version

if defined?($RNFirebaseAsStaticFramework)
Pod::UI.puts "#{s.name}: Using overridden static_framework value of '#{$RNFirebaseAsStaticFramework}'"
Expand Down

0 comments on commit 291911d

Please sign in to comment.