File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
SDWebImagePINPlugin/Module Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,15 +92,15 @@ pod 'SDWebImagePINPlugin'
92
92
93
93
#### Carthage
94
94
95
- SDWebImageFLPlugin is available through [ Carthage] ( https://github.com/Carthage/Carthage ) .
95
+ SDWebImagePINPlugin is available through [ Carthage] ( https://github.com/Carthage/Carthage ) .
96
96
97
97
```
98
98
github "SDWebImage/SDWebImagePINPlugin"
99
99
```
100
100
101
101
#### Swift Package Manager (Xcode 11+)
102
102
103
- SDWebImagePhotosPlugin is available through [ Swift Package Manager] ( https://swift.org/package-manager ) .
103
+ SDWebImagePINPlugin is available through [ Swift Package Manager] ( https://swift.org/package-manager ) .
104
104
105
105
``` swift
106
106
let package = Package (
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SDWebImagePINPlugin'
11
- s . version = '0.2 .0'
11
+ s . version = '0.3 .0'
12
12
s . summary = 'A SDWebImage plugin to integrate PINCache for custom image 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.2 .0 </string >
18
+ <string >0.3 .0 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >0.2 .0 </string >
20
+ <string >0.3 .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