Skip to content

Commit 1d994d6

Browse files
committed
Update the dependency of SDWebImage to 5.6.0
1 parent f4e3e35 commit 1d994d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "SDWebImage/SDWebImage" ~> 5.4
1+
github "SDWebImage/SDWebImage" ~> 5.6
22
github "ibireme/YYCache" ~> 1.0
33
github "ibireme/YYImage" ~> 1.0

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "SDWebImage/SDWebImage" "5.4.0"
1+
github "SDWebImage/SDWebImage" "5.6.0"
22
github "ibireme/YYCache" "1.0.4"
33
github "ibireme/YYImage" "1.0.4"

SDWebImageYYPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ TODO: Add long description of the pod here.
3131
s.source_files = 'SDWebImageYYPlugin/Module/SDWebImageYYPlugin.h'
3232
s.module_map = 'SDWebImageYYPlugin/Module/SDWebImageYYPlugin.modulemap'
3333

34-
s.dependency 'SDWebImage/Core', '~> 5.4'
34+
s.dependency 'SDWebImage/Core', '~> 5.6'
3535

3636
s.subspec 'YYCache' do |ss|
3737
ss.dependency 'YYCache'

0 commit comments

Comments
 (0)