Skip to content

Commit

Permalink
fix pod dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
themiswang committed Dec 5, 2023
1 parent 3bd59f0 commit 8f8012e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseRemoteConfig.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ app update.
s.dependency 'FirebaseInstallations', '~> 10.0'
s.dependency 'GoogleUtilities/Environment', '~> 7.8'
s.dependency 'GoogleUtilities/NSData+zlib', '~> 7.8'
s.dependency 'FirebaseRemoteConfigInterop', '~> 10.0'
s.dependency 'FirebaseRemoteConfigInterop', '~> 10.20'

s.test_spec 'unit' do |unit_tests|
unit_tests.scheme = { :code_coverage => true }
Expand Down
1 change: 1 addition & 0 deletions scripts/localize_podfile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ let implicitPods = [
"FirebaseAppCheckInterop", "FirebaseAuthInterop",
"FirebaseMessagingInterop", "FirebaseCoreInternal",
"FirebaseSessions", "FirebaseSharedSwift",
"FirebaseRemoteConfigInterop",
]

let binaryPods = [
Expand Down

0 comments on commit 8f8012e

Please sign in to comment.