File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
SDWebImageWebPCoder/Module Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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.2 '
3
+ s . version = '0.1.3 '
4
4
s . summary = 'WebP decoder/encoder for SDWebImage coder plugin.'
5
5
6
6
s . description = <<-DESC
7
- This is a simple SDWebImage coder plugin to support WebP image.
7
+ This is a SDWebImage coder plugin to support WebP image.
8
8
DESC
9
9
10
10
s . homepage = 'https://github.com/SDWebImage/SDWebImageWebPCoder'
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.2 </string >
18
+ <string >0.1.3 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >0.1.2 </string >
20
+ <string >0.1.3 </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