Skip to content

Commit b9ef3b7

Browse files
committed
Fix the CocoaPods usage because of Podspec public headers issues
1 parent dcd9059 commit b9ef3b7

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

SDWebImageAVIFCoder.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@ Which is built based on the open-sourced libavif codec.
2727
s.author = { 'DreamPiggy' => 'lizhuoli1126@126.com' }
2828
s.source = { :git => 'https://github.com/SDWebImage/SDWebImageAVIFCoder.git', :tag => s.version.to_s }
2929

30-
s.module_map = 'SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.modulemap'
3130
s.ios.deployment_target = '8.0'
3231
s.osx.deployment_target = '10.10'
3332
s.tvos.deployment_target = '9.0'
3433
s.watchos.deployment_target = '2.0'
3534

3635
s.source_files = 'SDWebImageAVIFCoder/Classes/**/*', 'SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.h'
37-
s.public_header_files = 'SDWebImageAVIFCoder/Classes/Public/*.{h,m}'
36+
s.public_header_files = 'SDWebImageAVIFCoder/Classes/Public/*.{h,m}', 'SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.h'
3837
s.private_header_files = 'SDWebImageAVIFCoder/Classes/Private/*.{h,m}'
3938

4039
s.dependency 'SDWebImage', '~> 5.0'

SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.modulemap

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)