Skip to content

Commit 63be6a4

Browse files
committed
change podspec to add third party header files
1 parent edc7faa commit 63be6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
2626

2727
s.source_files = 'Firebase/Core/**/*.[mh]'
2828
s.public_header_files = 'Firebase/Core/Public/*.h', 'Firebase/Core/Private/*.h'
29-
s.private_header_files = 'Firebase/Core/Private/*.h'
29+
s.private_header_files = 'Firebase/Core/Private/*.h', 'Firebase/Core/third_party/*.h'
3030
s.frameworks = [
3131
'Foundation',
3232
'SystemConfiguration'

0 commit comments

Comments
 (0)