Skip to content

Commit 0a33bff

Browse files
author
Noritaka Kamiya
committed
Use public_header_files
1 parent d8f422f commit 0a33bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcurl-ios.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Pod::Spec.new do |s|
9191
# Not including the public_header_files will make all headers public.
9292
#
9393

94-
s.preserve_paths = "include", "include/**/*.h"
94+
s.public_header_files = "include/**/*.h"
9595

9696
# s.public_header_files = "Classes/**/*.h"
9797
s.vendored_libraries = "lib/libcurl.a"

0 commit comments

Comments
 (0)