Skip to content

Commit 11133e2

Browse files
committed
Update the podspec dependency
1 parent 05b9837 commit 11133e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Expecta (1.0.6)
33
- SDWebImage/Core (5.0.0-beta3)
44
- SDWebImagePhotosPlugin (0.1.1):
5-
- SDWebImage/Core (~> 5.0.0-beta)
5+
- SDWebImage/Core (>= 5.0.0-beta3)
66

77
DEPENDENCIES:
88
- Expecta
@@ -28,7 +28,7 @@ CHECKOUT OPTIONS:
2828
SPEC CHECKSUMS:
2929
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
3030
SDWebImage: e52654ceef9fdc19f4c612d64a5b6d3f05dd81a4
31-
SDWebImagePhotosPlugin: 4976eb48566aec15bbd0e6f92a4980570172eb12
31+
SDWebImagePhotosPlugin: 0aa6821cd8f2bed88b5d0cd26cd66bc90c5c03ab
3232

3333
PODFILE CHECKSUM: 6680009759cc4cfe5fb285144f541a8b9218710e
3434

Diff for: SDWebImagePhotosPlugin.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ TODO: Add long description of the pod here.
3636
s.module_map = 'SDWebImagePhotosPlugin/Module/SDWebImagePhotosPlugin.modulemap'
3737

3838
s.frameworks = 'Photos'
39-
s.dependency 'SDWebImage/Core', '~> 5.0.0-beta'
39+
s.dependency 'SDWebImage/Core', '>= 5.0.0-beta3'
4040
end

0 commit comments

Comments
 (0)