File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
SDWebImageWebPCoder/Module Expand file tree Collapse file tree 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
22github "SDWebImage/libwebp-Xcode" >= 1.0.0
Original file line number Diff line number Diff line change 1+ github "SDWebImage/SDWebImage" "5.0.0-beta4"
12github "SDWebImage/libwebp-Xcode" "1.0.0"
2- github "rs/SDWebImage" "bfb2b560923635558c8528cfff0270ba1b5dff64"
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'SDWebImageWebPCoder'
3- s . version = '0.1.0 '
3+ s . version = '0.1.1 '
44 s . summary = 'WebP decoder/encoder for SDWebImage coder plugin.'
55
66 s . description = <<-DESC
@@ -26,7 +26,7 @@ This is a simple SDWebImage coder plugin to support WebP image.
2626 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SD_WEBP=1 WEBP_USE_INTRINSICS=1' ,
2727 'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src'
2828 }
29- s . dependency 'SDWebImage/Core' , '~> 5.0.0-beta '
29+ s . dependency 'SDWebImage/Core' , '>= 5.0.0-beta4 '
3030 s . dependency 'libwebp' , '~> 1.0'
3131
3232end
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.1.0 </string >
18+ <string >0.1.1 </string >
1919 <key >CFBundleVersion </key >
20- <string >0.1.0 </string >
20+ <string >0.1.1 </string >
2121 <key >NSPrincipalClass </key >
2222 <string ></string >
2323</dict >
You can’t perform that action at this time.
0 commit comments