Skip to content

Commit 7066b91

Browse files
committed
Bump dependency to SDWebImage 5.15.0
1 parent 3ef1ca3 commit 7066b91

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
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.10
1+
github "SDWebImage/SDWebImage" ~> 5.15
22
github "ibireme/YYCache" ~> 1.0
33
github "ibireme/YYImage" ~> 1.0

Example/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
PODS:
22
- Expecta (1.0.6)
3-
- SDWebImage/Core (5.10.3)
4-
- SDWebImageYYPlugin (0.6.0):
5-
- SDWebImage/Core (~> 5.10)
6-
- SDWebImageYYPlugin/YYCache (= 0.6.0)
7-
- SDWebImageYYPlugin/YYImage (= 0.6.0)
8-
- SDWebImageYYPlugin/YYCache (0.6.0):
9-
- SDWebImage/Core (~> 5.10)
3+
- SDWebImage/Core (5.15.0)
4+
- SDWebImageYYPlugin (0.7.0):
5+
- SDWebImage/Core (~> 5.15)
6+
- SDWebImageYYPlugin/YYCache (= 0.7.0)
7+
- SDWebImageYYPlugin/YYImage (= 0.7.0)
8+
- SDWebImageYYPlugin/YYCache (0.7.0):
9+
- SDWebImage/Core (~> 5.15)
1010
- YYCache
11-
- SDWebImageYYPlugin/YYImage (0.6.0):
12-
- SDWebImage/Core (~> 5.10)
11+
- SDWebImageYYPlugin/YYImage (0.7.0):
12+
- SDWebImage/Core (~> 5.15)
1313
- YYImage/Core
1414
- YYCache (1.0.4)
1515
- YYImage/Core (1.0.4)
@@ -34,11 +34,11 @@ EXTERNAL SOURCES:
3434

3535
SPEC CHECKSUMS:
3636
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
37-
SDWebImage: e378178472b735e84b007bfb55514c97948a0598
38-
SDWebImageYYPlugin: 44e88320fc9604b6abb09d8271504bdd986dcf2e
37+
SDWebImage: 9bec4c5cdd9579e1f57104735ee0c37df274d593
38+
SDWebImageYYPlugin: 9ff87103cef7b39ac608303d756f1ce9899b9012
3939
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
4040
YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54
4141

4242
PODFILE CHECKSUM: 71679fe963dea37bf4e76ca762d8b118854ce524
4343

44-
COCOAPODS: 1.8.4
44+
COCOAPODS: 1.11.3

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

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

0 commit comments

Comments
 (0)