File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
SDWebImageYYPlugin/Module Expand file tree Collapse file tree 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
9494## Requirements
9595
9696+ iOS 9+
97- + Xcode 11 +
97+ + Xcode 12 +
9898
9999## Installation
100100
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'SDWebImageYYPlugin'
11- s . version = '0.7 .0'
11+ s . version = '0.8 .0'
1212 s . summary = 'A SDWebImage plugin to integrate YYImage & YYCache for image rendering & caching.'
1313
1414# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.7 .0 </string >
18+ <string >0.8 .0 </string >
1919 <key >CFBundleVersion </key >
20- <string >0.7 .0 </string >
20+ <string >0.8 .0 </string >
2121 <key >NSPrincipalClass </key >
2222 <string ></string >
2323</dict >
You can’t perform that action at this time.
0 commit comments