Skip to content

Commit 3979370

Browse files
committed
podspec cleanup
1 parent b1dd23d commit 3979370

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

FirebaseCore.podspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,12 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
2727
s.prefix_header_file = false
2828

2929
s.source_files = 'Firebase/Core/**/*.[mh]'
30-
s.public_header_files = 'Firebase/Core/Public/*.h', 'Firebase/Core/Private/*.h'
31-
s.private_header_files = 'Firebase/Core/Private/*.h', 'Firebase/Core/third_party/*.h', 'Firebase/Core/Network/*.h'
30+
s.public_header_files = 'Firebase/Core/Public/*.h'
31+
s.private_header_files = 'Firebase/Core/Private/*.h'
3232
s.frameworks = [
3333
'Foundation'
3434
]
3535
s.dependency 'GoogleUtilities/Logger', '~> 5.0'
36-
# TODO delete next line, once FirebaseAnalytics pod is published with the dependency
37-
s.dependency 'GoogleUtilities/Network', '~> 5.0'
38-
# TODO delete next line, once FIREnvironment is completely replaced by GULEnvironment
39-
s.dependency 'GoogleUtilities/Environment', '~> 5.0'
4036
s.pod_target_xcconfig = {
4137
'OTHER_CFLAGS' => '-fno-autolink',
4238
'GCC_PREPROCESSOR_DEFINITIONS' =>

FirebaseDatabase.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Simplify your iOS development, grow your user base, and monetize more effectivel
3333
s.frameworks = ['CFNetwork', 'Security', 'SystemConfiguration']
3434
s.dependency 'leveldb-library', '~> 1.18'
3535
s.dependency 'FirebaseCore', '~> 5.0'
36-
s.dependency 'GoogleUtilities/Logger', '~> 5.0'
3736
s.pod_target_xcconfig = {
3837
'GCC_PREPROCESSOR_DEFINITIONS' =>
3938
'FIRDatabase_VERSION=' + s.version.to_s }

0 commit comments

Comments
 (0)