File tree 4 files changed +6
-6
lines changed
SDWebImagePhotosPlugin/Module
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Expecta (1.0.6)
3
3
- SDWebImage/Core (5.1.0)
4
- - SDWebImagePhotosPlugin (0.4 .0):
4
+ - SDWebImagePhotosPlugin (1.0 .0):
5
5
- SDWebImage/Core (~> 5.0)
6
6
7
7
DEPENDENCIES:
@@ -20,7 +20,7 @@ EXTERNAL SOURCES:
20
20
SPEC CHECKSUMS:
21
21
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
22
22
SDWebImage: fb387001955223213dde14bc08c8b73f371f8d8f
23
- SDWebImagePhotosPlugin: 0055105db4af4a89fb2c977b8b0e15291be4ee3f
23
+ SDWebImagePhotosPlugin: 05e69cf266074a26fc16ad5da5b577ab41a10ea4
24
24
25
25
PODFILE CHECKSUM: 60756e45d1da564a14e0e1964ffd639deadc2855
26
26
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ SDWebImagePhotosPlugin is available through [Swift Package Manager](https://swif
47
47
``` swift
48
48
let package = Package (
49
49
dependencies : [
50
- .package (url : " https://github.com/SDWebImage/SDWebImagePhotosPlugin.git" , from : " 0.3 " )
50
+ .package (url : " https://github.com/SDWebImage/SDWebImagePhotosPlugin.git" , from : " 1.0 " )
51
51
]
52
52
)
53
53
```
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SDWebImagePhotosPlugin'
11
- s . version = '0.4 .0'
11
+ s . version = '1.0 .0'
12
12
s . summary = 'A SDWebImage plugin to support Photos framework image loading.'
13
13
14
14
s . description = <<-DESC
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.4 .0 </string >
18
+ <string >1.0 .0 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >0.4 .0 </string >
20
+ <string >1.0 .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