Skip to content

Commit

Permalink
[Combine] Update FirebaseCore pod dep to allow patch updates (#14115)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Nov 13, 2024
1 parent d3f686c commit 07aeb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseCombineSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for internal testing only. It should not be published.
s.osx.framework = 'AppKit'
s.tvos.framework = 'UIKit'

s.dependency 'FirebaseCore', '11.6.0'
s.dependency 'FirebaseCore', '~> 11.6.0'
s.dependency 'FirebaseAuth', '~> 11.0'
s.dependency 'FirebaseFunctions', '~> 11.0'
s.dependency 'FirebaseFirestore', '~> 11.0'
Expand Down

0 comments on commit 07aeb8b

Please sign in to comment.