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

Commit

Permalink
Update the cartfile and Podspec version for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jul 19, 2018
1 parent cf91dae commit 674f525
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 22 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ DerivedData
.bundle

# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Checkouts
Carthage/Build

# We recommend against adding the Pods directory to your .gitignore. However
Expand Down
2 changes: 2 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "rs/SDWebImage" ~> 5.0
github "Flipboard/FLAnimatedImage" >= 1.0.11
2 changes: 2 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github "Flipboard/FLAnimatedImage" "1.0.14"
github "rs/SDWebImage" "5.0.0-beta"
2 changes: 0 additions & 2 deletions Example/Cartfile

This file was deleted.

30 changes: 13 additions & 17 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,35 +1,31 @@
PODS:
- FLAnimatedImage (1.0.12)
- SDWebImage/Core (4.4.1)
- SDWebImageFLPlugin (1.0.0):
- FLAnimatedImage (~> 1.0)
- SDWebImage/Core
- SDWebImage/Core (5.0.0-beta)
- SDWebImageFLPlugin (0.1.0):
- FLAnimatedImage (>= 1.0.11)
- SDWebImage/Core (>= 5.0.0-beta)

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

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- FLAnimatedImage

EXTERNAL SOURCES:
SDWebImage:
:branch: 5.x
:git: "git@github.com:rs/SDWebImage.git"
:git: https://github.com/rs/SDWebImage.git
SDWebImageFLPlugin:
:path: "../"
:path: ../

CHECKOUT OPTIONS:
SDWebImage:
:commit: f8fe88633495f9a95560ed9160d0634f04c071ae
:git: "git@github.com:rs/SDWebImage.git"
:commit: fe2fede60f9c6efcadfac8b90e8cae579656fffb
:git: https://github.com/rs/SDWebImage.git

SPEC CHECKSUMS:
FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31
SDWebImage: 2fd243f0dff71c0e55ef380e9ce81a0e0979b11e
SDWebImageFLPlugin: e2cbe166d761c6299bc56ef773a4292bd15c32e4
SDWebImage: 55c787b164fabe07f2a4d5307f6e1be7960fb9be
SDWebImageFLPlugin: afb1876afe305cb2a20f091e8782ba552007805e

PODFILE CHECKSUM: cd3e4802b12d868569616f03db55ebb3519e50ee
PODFILE CHECKSUM: d45303c99b143f5fd7d828ef30667c31060a0484

COCOAPODS: 1.5.0
COCOAPODS: 1.4.0
48 changes: 48 additions & 0 deletions Example/SDWebImageFLPlugin.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
6003F587195388D20070C39A /* Frameworks */,
6003F588195388D20070C39A /* Resources */,
EF64E2304E579A78AAF3F04C /* [CP] Embed Pods Frameworks */,
46BDCD5DB7307E7AD6AC01A8 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand All @@ -226,6 +227,8 @@
6003F5AA195388D20070C39A /* Sources */,
6003F5AB195388D20070C39A /* Frameworks */,
6003F5AC195388D20070C39A /* Resources */,
D7F50D980AFAA79849584C05 /* [CP] Embed Pods Frameworks */,
958435B8E690704BD31C7B28 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -294,6 +297,21 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
46BDCD5DB7307E7AD6AC01A8 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageFLPlugin_Example/Pods-SDWebImageFLPlugin_Example-resources.sh\"\n";
showEnvVarsInLog = 0;
};
5BF5314E3062E756455A1FDF /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -312,6 +330,21 @@
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";
showEnvVarsInLog = 0;
};
958435B8E690704BD31C7B28 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Copy Pods Resources";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageFLPlugin_Tests/Pods-SDWebImageFLPlugin_Tests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
BA14CF3E8D19E8E466A50864 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand All @@ -330,6 +363,21 @@
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";
showEnvVarsInLog = 0;
};
D7F50D980AFAA79849584C05 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-SDWebImageFLPlugin_Tests/Pods-SDWebImageFLPlugin_Tests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
EF64E2304E579A78AAF3F04C /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
2 changes: 1 addition & 1 deletion SDWebImageFLPlugin.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SDWebImageFLPlugin'
s.version = '1.0.0'
s.version = '0.1.0'
s.summary = 'A FLAnimatedImage plugin for SDWebImage'

s.description = <<-DESC
Expand Down

0 comments on commit 674f525

Please sign in to comment.