Skip to content

Commit 54fb849

Browse files
authored
Update gdt and gdtcct podspecs (#4983)
* update gdt and gdtcct podspecs * delete Foundation, platformKits * platform specs
1 parent 9c5188e commit 54fb849

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

GoogleDataTransport.podspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Shared library for iOS SDK data transport needs.
2929
s.source_files = 'GoogleDataTransport/GDTCORLibrary/**/*'
3030
s.public_header_files = 'GoogleDataTransport/GDTCORLibrary/Public/*.h'
3131
s.private_header_files = 'GoogleDataTransport/GDTCORLibrary/Private/*.h'
32+
s.ios.frameworks = 'SystemConfiguration', 'CoreTelephony'
33+
s.osx.frameworks = 'SystemConfiguration', 'CoreTelephony'
34+
s.tvos.frameworks = 'SystemConfiguration'
3235

3336
header_search_paths = {
3437
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}/GoogleDataTransport/"'

GoogleDataTransportCCTSupport.podspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Support library to provide event prioritization and uploading for the GoogleData
3030

3131
s.source_files = 'GoogleDataTransportCCTSupport/GDTCCTLibrary/**/*'
3232
s.private_header_files = 'GoogleDataTransportCCTSupport/GDTCCTLibrary/Private/*.h'
33+
s.ios.frameworks = 'SystemConfiguration', 'CoreTelephony'
34+
s.osx.frameworks = 'SystemConfiguration', 'CoreTelephony'
35+
s.tvos.frameworks = 'SystemConfiguration'
3336

3437
s.libraries = ['z']
3538

0 commit comments

Comments
 (0)