Skip to content

Commit

Permalink
Fix Firebase pod
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Oct 29, 2024
1 parent 25bbf0b commit 2d7e91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firebase.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
end

s.subspec 'CoreOnly' do |ss|
ss.dependency 'FirebaseCore', '11.5.0'
ss.dependency 'FirebaseCore', '12.0.0'
ss.source_files = 'CoreOnly/Sources/Firebase.h'
ss.preserve_paths = 'CoreOnly/Sources/module.modulemap'
if ENV['FIREBASE_POD_REPO_FOR_DEV_POD'] then
Expand Down

0 comments on commit 2d7e91b

Please sign in to comment.