Skip to content

Commit 8b769f4

Browse files
committed
Update the Podspec with umbrella headers
1 parent ab01699 commit 8b769f4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: SDWebImageLottiePlugin.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TODO: Add long description of the pod here.
3030
s.osx.deployment_target = '10.10'
3131
s.tvos.deployment_target = '9.0'
3232

33-
s.source_files = 'SDWebImageLottiePlugin/Classes/**/*'
33+
s.source_files = 'SDWebImageLottiePlugin/Classes/**/*', 'SDWebImageLottiePlugin/Module/SDWebImageLottiePlugin.h'
3434

3535
s.pod_target_xcconfig = {
3636
'SUPPORTS_MACCATALYST' => 'YES',

Diff for: SDWebImageLottiePlugin/Module/SDWebImageLottiePlugin.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ FOUNDATION_EXPORT const unsigned char SDWebImageLottiePluginVersionString[];
1616

1717
// In this header, you should import all the public headers of your framework using statements like #import <SDWebImageLottiePlugin/PublicHeader.h>
1818

19-
19+
#import <SDWebImageLottiePlugin/LOTAnimationView+WebCache.h>
20+
#import <SDWebImageLottiePlugin/LOTAnimatedControl+WebCache.h>
21+
#import <SDWebImageLottiePlugin/LOTAnimatedImage.h>

0 commit comments

Comments
 (0)