Skip to content

Commit 75ba258

Browse files
committed
Update the SDWebImage dependency version to 5.0.0 official release
1 parent 0540553 commit 75ba258

File tree

6 files changed

+21
-30
lines changed

6 files changed

+21
-30
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.0.0-beta4
1+
github "SDWebImage/SDWebImage" ~> 5.0
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.0.0"
12
github "ibireme/YYCache" "1.0.4"
23
github "ibireme/YYImage" "1.0.4"
3-
github "SDWebImage/SDWebImage" "5.0.0-beta4"

Example/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ install! 'cocoapods', :share_schemes_for_development_pods => ['SDWebImageYYPlugi
66
target 'SDWebImageYYPlugin_Example' do
77
pod 'SDWebImageYYPlugin', :path => '../'
88
pod 'YYImage/WebP'
9-
pod 'SDWebImage/Core', git:'https://github.com/rs/SDWebImage.git', :branch => '5.x'
109

1110
target 'SDWebImageYYPlugin_Tests' do
1211
inherit! :search_paths

Example/Podfile.lock

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
PODS:
22
- Expecta (1.0.6)
3-
- SDWebImage/Core (5.0.0-beta3)
4-
- SDWebImageYYPlugin (0.1.1):
5-
- SDWebImage/Core (>= 5.0.0-beta3)
6-
- SDWebImageYYPlugin/YYCache (= 0.1.1)
7-
- SDWebImageYYPlugin/YYImage (= 0.1.1)
8-
- SDWebImageYYPlugin/YYCache (0.1.1):
9-
- SDWebImage/Core (>= 5.0.0-beta3)
3+
- SDWebImage/Core (5.0.0)
4+
- SDWebImageYYPlugin (0.1.2):
5+
- SDWebImage/Core (~> 5.0)
6+
- SDWebImageYYPlugin/YYCache (= 0.1.2)
7+
- SDWebImageYYPlugin/YYImage (= 0.1.2)
8+
- SDWebImageYYPlugin/YYCache (0.1.2):
9+
- SDWebImage/Core (~> 5.0)
1010
- YYCache
11-
- SDWebImageYYPlugin/YYImage (0.1.1):
12-
- SDWebImage/Core (>= 5.0.0-beta3)
11+
- SDWebImageYYPlugin/YYImage (0.1.2):
12+
- SDWebImage/Core (~> 5.0)
1313
- YYImage/Core
1414
- YYCache (1.0.4)
1515
- YYImage/Core (1.0.4)
@@ -18,35 +18,27 @@ PODS:
1818

1919
DEPENDENCIES:
2020
- Expecta
21-
- SDWebImage/Core (from `https://github.com/rs/SDWebImage.git`, branch `5.x`)
2221
- SDWebImageYYPlugin (from `../`)
2322
- YYImage/WebP
2423

2524
SPEC REPOS:
2625
https://github.com/cocoapods/specs.git:
2726
- Expecta
27+
- SDWebImage
2828
- YYCache
2929
- YYImage
3030

3131
EXTERNAL SOURCES:
32-
SDWebImage:
33-
:branch: 5.x
34-
:git: https://github.com/rs/SDWebImage.git
3532
SDWebImageYYPlugin:
3633
:path: "../"
3734

38-
CHECKOUT OPTIONS:
39-
SDWebImage:
40-
:commit: 1ed0b8cfe86066ea28093406fcd859efd40c9d96
41-
:git: https://github.com/rs/SDWebImage.git
42-
4335
SPEC CHECKSUMS:
4436
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
45-
SDWebImage: e52654ceef9fdc19f4c612d64a5b6d3f05dd81a4
46-
SDWebImageYYPlugin: 3a0cc67eb20702c7db4f66b568eff30ba058e726
37+
SDWebImage: 5de80a0302de9e377e62f47d2fa1304efff0e55f
38+
SDWebImageYYPlugin: c1605568e15862da02e4e63793db5c1b35c1416c
4739
YYCache: 8105b6638f5e849296c71f331ff83891a4942952
4840
YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54
4941

50-
PODFILE CHECKSUM: 5900612c85a696261bc740246922b2914976662c
42+
PODFILE CHECKSUM: 32dbc66eefdcad7b9f59a52aa756b4f862c6b1c4
5143

52-
COCOAPODS: 1.5.3
44+
COCOAPODS: 1.6.1

Example/SDWebImageYYPlugin.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
files = (
360360
);
361361
inputPaths = (
362-
"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Tests/Pods-SDWebImageYYPlugin_Tests-frameworks.sh",
362+
"${PODS_ROOT}/Target Support Files/Pods-SDWebImageYYPlugin_Tests/Pods-SDWebImageYYPlugin_Tests-frameworks.sh",
363363
"${BUILT_PRODUCTS_DIR}/Expecta/Expecta.framework",
364364
);
365365
name = "[CP] Embed Pods Frameworks";
@@ -368,7 +368,7 @@
368368
);
369369
runOnlyForDeploymentPostprocessing = 0;
370370
shellPath = /bin/sh;
371-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Tests/Pods-SDWebImageYYPlugin_Tests-frameworks.sh\"\n";
371+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SDWebImageYYPlugin_Tests/Pods-SDWebImageYYPlugin_Tests-frameworks.sh\"\n";
372372
showEnvVarsInLog = 0;
373373
};
374374
9AC01101C9614FE1E4B6AD75 /* [CP] Check Pods Manifest.lock */ = {
@@ -395,7 +395,7 @@
395395
files = (
396396
);
397397
inputPaths = (
398-
"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example-frameworks.sh",
398+
"${PODS_ROOT}/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example-frameworks.sh",
399399
"${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
400400
"${BUILT_PRODUCTS_DIR}/SDWebImageYYPlugin/SDWebImageYYPlugin.framework",
401401
"${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework",
@@ -410,7 +410,7 @@
410410
);
411411
runOnlyForDeploymentPostprocessing = 0;
412412
shellPath = /bin/sh;
413-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example-frameworks.sh\"\n";
413+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SDWebImageYYPlugin_Example/Pods-SDWebImageYYPlugin_Example-frameworks.sh\"\n";
414414
showEnvVarsInLog = 0;
415415
};
416416
/* End PBXShellScriptBuildPhase section */

SDWebImageYYPlugin.podspec

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

36-
s.dependency 'SDWebImage/Core', '>= 5.0.0-beta4'
36+
s.dependency 'SDWebImage/Core', '~> 5.0'
3737

3838
s.subspec 'YYCache' do |ss|
3939
ss.dependency 'YYCache'

0 commit comments

Comments
 (0)