File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
SDWebImagePhotosPlugin/Module Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- github "rs /SDWebImage" >= 5.0.0-beta3
1
+ github "SDWebImage /SDWebImage" >= 5.0.0-beta4
Original file line number Diff line number Diff line change 1
- github "rs /SDWebImage" "5.0.0-beta3 "
1
+ github "SDWebImage /SDWebImage" "5.0.0-beta4 "
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.1.2 '
11
+ s . version = '0.1.3 '
12
12
s . summary = 'A SDWebImage plugin to support Photos framework image loading.'
13
13
14
14
# This description is used to generate tags and improve search results.
@@ -36,5 +36,5 @@ TODO: Add long description of the pod here.
36
36
s . module_map = 'SDWebImagePhotosPlugin/Module/SDWebImagePhotosPlugin.modulemap'
37
37
38
38
s . frameworks = 'Photos'
39
- s . dependency 'SDWebImage/Core' , '>= 5.0.0-beta3 '
39
+ s . dependency 'SDWebImage/Core' , '>= 5.0.0-beta4 '
40
40
end
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.1.2 </string >
18
+ <string >0.1.3 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >$(CURRENT_PROJECT_VERSION) </string >
20
+ <string >0.1.3 </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