Skip to content

Commit 21fa390

Browse files
authored
Fix nanopb dependencies for CoreDiagnostics. (#3914)
1 parent 22928dd commit 21fa390

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

FirebaseCoreDiagnostics.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ non-Cocoapod integration. This library also respects the Firebase global data co
4848
s.dependency 'GoogleDataTransportCCTSupport', '~> 1.0'
4949
s.dependency 'GoogleUtilities/Environment', '~> 6.2'
5050
s.dependency 'GoogleUtilities/Logger', '~> 6.2'
51+
s.dependency 'nanopb', '~> 0.3.901'
5152

5253
s.test_spec 'unit' do |unit_tests|
5354
unit_tests.dependency 'GoogleUtilities/UserDefaults', '~> 6.2'

GoogleDataTransportCCTSupport.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Support library to provide event prioritization and uploading for the GoogleData
3333
s.libraries = ['z']
3434

3535
s.dependency 'GoogleDataTransport', '~> 2.0'
36-
s.dependency 'nanopb'
36+
s.dependency 'nanopb', '~> 0.3.901'
3737

3838
header_search_paths = {
3939
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}/GoogleDataTransportCCTSupport/"'

0 commit comments

Comments
 (0)