Skip to content

Commit

Permalink
Mark the libbpg.h as project header instead of public header
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jan 29, 2019
1 parent 1bd843b commit e5ee643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDWebImageBPGCoder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TODO: Add long description of the pod here.
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'

s.source_files = 'SDWebImageBPGCoder/Classes/**/*', 'Vendor/libbpg/include/libbpg.h', 'SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h'
s.source_files = 'SDWebImageBPGCoder/Classes/**/*', 'SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h'
s.module_map = 'SDWebImageBPGCoder/Module/SDWebImageBPGCoder.modulemap'
s.public_header_files = 'SDWebImageBPGCoder/Classes/**/*.h', 'SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h'
s.osx.vendored_libraries = 'Vendor/libbpg/lib/mac/libbpg.a'
Expand Down

0 comments on commit e5ee643

Please sign in to comment.