File tree 3 files changed +4
-4
lines changed
SDWebImageYYPlugin/Module
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ SDImageCacheConfig.default.diskCacheClass = YYDiskCache.self
94
94
## Requirements
95
95
96
96
+ iOS 9+
97
- + Xcode 11 +
97
+ + Xcode 12 +
98
98
99
99
## Installation
100
100
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.7 .0'
11
+ s . version = '0.8 .0'
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.7 .0 </string >
18
+ <string >0.8 .0 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >0.7 .0 </string >
20
+ <string >0.8 .0 </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