File tree 4 files changed +4
-47
lines changed
SDWebImageYYPlugin/Module
4 files changed +4
-47
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,4 @@ Carthage/Build
34
34
# `pod install` in .travis.yml
35
35
#
36
36
Example /Pods /
37
+ Podfile.lock
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SDWebImageYYPlugin'
11
- s . version = '0.8.0 '
11
+ s . version = '0.8.1 '
12
12
s . summary = 'A SDWebImage plugin to integrate YYImage & YYCache for image rendering & caching.'
13
13
14
14
# This description is used to generate tags and improve search results.
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.8.0 </string >
18
+ <string >0.8.1 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >0.8.0 </string >
20
+ <string >0.8.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