File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
SDWebImageYYPlugin/Module Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ SDImageCacheConfig.default.diskCacheClass = YYDiskCache.self
89
89
90
90
## Requirements
91
91
92
- + iOS 8 +
93
- + Xcode 9 +
92
+ + iOS 9 +
93
+ + Xcode 11 +
94
94
95
95
## Installation
96
96
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.6 .0'
11
+ s . version = '0.7 .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.6 .0 </string >
18
+ <string >0.7 .0 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >0.6 .0 </string >
20
+ <string >0.7 .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