File tree 2 files changed +4
-4
lines changed
SDWebImageBPGCoder/Module
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SDWebImageBPGCoder'
11
- s . version = '0.7.1 '
11
+ s . version = '0.7.2 '
12
12
s . summary = 'BPG decoder for SDWebImage plugin coder.'
13
13
14
14
# This description is used to generate tags and improve search results.
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18
18
# * Finally, don't worry about the indent, CocoaPods strips it!
19
19
20
20
s . description = <<-DESC
21
- TODO: Add long description of the pod here .
21
+ A SDWebImage coder plugin to support BPG (Better Portable Graphics) format .
22
22
DESC
23
23
24
24
s . homepage = 'https://github.com/SDWebImage/SDWebImageBPGCoder'
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.7.1 </string >
18
+ <string >0.7.2 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >0.7.1 </string >
20
+ <string >0.7.2 </string >
21
21
</dict >
22
22
</plist >
You can’t perform that action at this time.
0 commit comments