Skip to content

Commit 3d02ede

Browse files
committed
Bump the min require for SDWebImage to 5.18+
Behaviors changes (not API breaking)
1 parent b903c3b commit 3d02ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cartfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "SDWebImage/SDWebImage" ~> 5.15
1+
github "SDWebImage/SDWebImage" ~> 5.18
22
github "ibireme/YYCache" ~> 1.0
33
github "ibireme/YYImage" ~> 1.0

SDWebImageYYPlugin.podspec

+1-1
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.15'
34+
s.dependency 'SDWebImage/Core', '~> 5.18'
3535

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

0 commit comments

Comments
 (0)