Skip to content

Commit

Permalink
fix(firestore): remove nanopb version constraints from podspec (#12632
Browse files Browse the repository at this point in the history
)
  • Loading branch information
russellwheatley committed Apr 15, 2024
1 parent ac089e5 commit c899a7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Expand Up @@ -34,9 +34,6 @@ Pod::Spec.new do |s|

s.dependency 'firebase_core'
s.dependency 'Firebase/Firestore', firebase_sdk_version
# required until firestore-ios-sdk-frameworks is updated, otherwise users of that distribution will have compile failures
# see https://github.com/invertase/firestore-ios-sdk-frameworks/issues/59
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'

s.static_framework = true
s.pod_target_xcconfig = {
Expand Down
Expand Up @@ -56,9 +56,6 @@ Pod::Spec.new do |s|
s.dependency 'firebase_core'
s.dependency 'Firebase/CoreOnly', "~> #{firebase_sdk_version}"
s.dependency 'Firebase/Firestore', "~> #{firebase_sdk_version}"
# required until firestore-ios-sdk-frameworks is updated, otherwise users of that distribution will have compile failures
# see https://github.com/invertase/firestore-ios-sdk-frameworks/issues/59
s.dependency 'nanopb', '>= 2.30908.0', '< 2.30910.0'

s.static_framework = true
s.pod_target_xcconfig = {
Expand Down

0 comments on commit c899a7b

Please sign in to comment.