Skip to content
This repository was archived by the owner on Aug 3, 2022. It is now read-only.

Commit 674f525

Browse files
committed
Update the cartfile and Podspec version for beta release
1 parent cf91dae commit 674f525

File tree

7 files changed

+67
-22
lines changed

7 files changed

+67
-22
lines changed

Diff for: .gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ DerivedData
2323
.bundle
2424

2525
# Add this line if you want to avoid checking in source code from Carthage dependencies.
26-
# Carthage/Checkouts
27-
26+
Carthage/Checkouts
2827
Carthage/Build
2928

3029
# We recommend against adding the Pods directory to your .gitignore. However

Diff for: Cartfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github "rs/SDWebImage" ~> 5.0
2+
github "Flipboard/FLAnimatedImage" >= 1.0.11

Diff for: Cartfile.resolved

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github "Flipboard/FLAnimatedImage" "1.0.14"
2+
github "rs/SDWebImage" "5.0.0-beta"

Diff for: Example/Cartfile

-2
This file was deleted.

Diff for: Example/Podfile.lock

+13-17
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
11
PODS:
22
- FLAnimatedImage (1.0.12)
3-
- SDWebImage/Core (4.4.1)
4-
- SDWebImageFLPlugin (1.0.0):
5-
- FLAnimatedImage (~> 1.0)
6-
- SDWebImage/Core
3+
- SDWebImage/Core (5.0.0-beta)
4+
- SDWebImageFLPlugin (0.1.0):
5+
- FLAnimatedImage (>= 1.0.11)
6+
- SDWebImage/Core (>= 5.0.0-beta)
77

88
DEPENDENCIES:
9-
- "SDWebImage/Core (from `git@github.com:rs/SDWebImage.git`, branch `5.x`)"
9+
- SDWebImage/Core (from `https://github.com/rs/SDWebImage.git`, branch `5.x`)
1010
- SDWebImageFLPlugin (from `../`)
1111

12-
SPEC REPOS:
13-
https://github.com/CocoaPods/Specs.git:
14-
- FLAnimatedImage
15-
1612
EXTERNAL SOURCES:
1713
SDWebImage:
1814
:branch: 5.x
19-
:git: "git@github.com:rs/SDWebImage.git"
15+
:git: https://github.com/rs/SDWebImage.git
2016
SDWebImageFLPlugin:
21-
:path: "../"
17+
:path: ../
2218

2319
CHECKOUT OPTIONS:
2420
SDWebImage:
25-
:commit: f8fe88633495f9a95560ed9160d0634f04c071ae
26-
:git: "git@github.com:rs/SDWebImage.git"
21+
:commit: fe2fede60f9c6efcadfac8b90e8cae579656fffb
22+
:git: https://github.com/rs/SDWebImage.git
2723

2824
SPEC CHECKSUMS:
2925
FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31
30-
SDWebImage: 2fd243f0dff71c0e55ef380e9ce81a0e0979b11e
31-
SDWebImageFLPlugin: e2cbe166d761c6299bc56ef773a4292bd15c32e4
26+
SDWebImage: 55c787b164fabe07f2a4d5307f6e1be7960fb9be
27+
SDWebImageFLPlugin: afb1876afe305cb2a20f091e8782ba552007805e
3228

33-
PODFILE CHECKSUM: cd3e4802b12d868569616f03db55ebb3519e50ee
29+
PODFILE CHECKSUM: d45303c99b143f5fd7d828ef30667c31060a0484
3430

35-
COCOAPODS: 1.5.0
31+
COCOAPODS: 1.4.0

Diff for: Example/SDWebImageFLPlugin.xcodeproj/project.pbxproj

+48
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
6003F587195388D20070C39A /* Frameworks */,
209209
6003F588195388D20070C39A /* Resources */,
210210
EF64E2304E579A78AAF3F04C /* [CP] Embed Pods Frameworks */,
211+
46BDCD5DB7307E7AD6AC01A8 /* [CP] Copy Pods Resources */,
211212
);
212213
buildRules = (
213214
);
@@ -226,6 +227,8 @@
226227
6003F5AA195388D20070C39A /* Sources */,
227228
6003F5AB195388D20070C39A /* Frameworks */,
228229
6003F5AC195388D20070C39A /* Resources */,
230+
D7F50D980AFAA79849584C05 /* [CP] Embed Pods Frameworks */,
231+
958435B8E690704BD31C7B28 /* [CP] Copy Pods Resources */,
229232
);
230233
buildRules = (
231234
);
@@ -294,6 +297,21 @@
294297
/* End PBXResourcesBuildPhase section */
295298

296299
/* Begin PBXShellScriptBuildPhase section */
300+
46BDCD5DB7307E7AD6AC01A8 /* [CP] Copy Pods Resources */ = {
301+
isa = PBXShellScriptBuildPhase;
302+
buildActionMask = 2147483647;
303+
files = (
304+
);
305+
inputPaths = (
306+
);
307+
name = "[CP] Copy Pods Resources";
308+
outputPaths = (
309+
);
310+
runOnlyForDeploymentPostprocessing = 0;
311+
shellPath = /bin/sh;
312+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageFLPlugin_Example/Pods-SDWebImageFLPlugin_Example-resources.sh\"\n";
313+
showEnvVarsInLog = 0;
314+
};
297315
5BF5314E3062E756455A1FDF /* [CP] Check Pods Manifest.lock */ = {
298316
isa = PBXShellScriptBuildPhase;
299317
buildActionMask = 2147483647;
@@ -312,6 +330,21 @@
312330
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
313331
showEnvVarsInLog = 0;
314332
};
333+
958435B8E690704BD31C7B28 /* [CP] Copy Pods Resources */ = {
334+
isa = PBXShellScriptBuildPhase;
335+
buildActionMask = 2147483647;
336+
files = (
337+
);
338+
inputPaths = (
339+
);
340+
name = "[CP] Copy Pods Resources";
341+
outputPaths = (
342+
);
343+
runOnlyForDeploymentPostprocessing = 0;
344+
shellPath = /bin/sh;
345+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageFLPlugin_Tests/Pods-SDWebImageFLPlugin_Tests-resources.sh\"\n";
346+
showEnvVarsInLog = 0;
347+
};
315348
BA14CF3E8D19E8E466A50864 /* [CP] Check Pods Manifest.lock */ = {
316349
isa = PBXShellScriptBuildPhase;
317350
buildActionMask = 2147483647;
@@ -330,6 +363,21 @@
330363
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
331364
showEnvVarsInLog = 0;
332365
};
366+
D7F50D980AFAA79849584C05 /* [CP] Embed Pods Frameworks */ = {
367+
isa = PBXShellScriptBuildPhase;
368+
buildActionMask = 2147483647;
369+
files = (
370+
);
371+
inputPaths = (
372+
);
373+
name = "[CP] Embed Pods Frameworks";
374+
outputPaths = (
375+
);
376+
runOnlyForDeploymentPostprocessing = 0;
377+
shellPath = /bin/sh;
378+
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageFLPlugin_Tests/Pods-SDWebImageFLPlugin_Tests-frameworks.sh\"\n";
379+
showEnvVarsInLog = 0;
380+
};
333381
EF64E2304E579A78AAF3F04C /* [CP] Embed Pods Frameworks */ = {
334382
isa = PBXShellScriptBuildPhase;
335383
buildActionMask = 2147483647;

Diff for: SDWebImageFLPlugin.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SDWebImageFLPlugin'
11-
s.version = '1.0.0'
11+
s.version = '0.1.0'
1212
s.summary = 'A FLAnimatedImage plugin for SDWebImage'
1313

1414
s.description = <<-DESC

0 commit comments

Comments
 (0)