File tree 4 files changed +6
-6
lines changed
SDWebImageWebPCoder/Module 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- github "rs /SDWebImage" "remove_webp"
1
+ github "SDWebImage /SDWebImage" >= 5.0.0-beta4
2
2
github "SDWebImage/libwebp-Xcode" >= 1.0.0
Original file line number Diff line number Diff line change
1
+ github "SDWebImage/SDWebImage" "5.0.0-beta4"
1
2
github "SDWebImage/libwebp-Xcode" "1.0.0"
2
- github "rs/SDWebImage" "bfb2b560923635558c8528cfff0270ba1b5dff64"
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'SDWebImageWebPCoder'
3
- s . version = '0.1.0 '
3
+ s . version = '0.1.1 '
4
4
s . summary = 'WebP decoder/encoder for SDWebImage coder plugin.'
5
5
6
6
s . description = <<-DESC
@@ -26,7 +26,7 @@ This is a simple SDWebImage coder plugin to support WebP image.
26
26
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SD_WEBP=1 WEBP_USE_INTRINSICS=1' ,
27
27
'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src'
28
28
}
29
- s . dependency 'SDWebImage/Core' , '~> 5.0.0-beta '
29
+ s . dependency 'SDWebImage/Core' , '>= 5.0.0-beta4 '
30
30
s . dependency 'libwebp' , '~> 1.0'
31
31
32
32
end
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.1.0 </string >
18
+ <string >0.1.1 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >0.1.0 </string >
20
+ <string >0.1.1 </string >
21
21
<key >NSPrincipalClass </key >
22
22
<string ></string >
23
23
</dict >
You can’t perform that action at this time.
0 commit comments