Skip to content

Commit

Permalink
Update the version to 1.3.1 in podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
xingheng committed Nov 6, 2018
1 parent be6f918 commit a377676
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 37 deletions.
2 changes: 1 addition & 1 deletion DSBaseViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "DSBaseViewController"
s.version = "1.3.0"
s.version = "1.3.1"
s.summary = "A serial of UIViewController classes used as super class."

s.description = <<-DESC
Expand Down
37 changes: 4 additions & 33 deletions Example/DSBaseViewController-Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@
687DC2501E028F1700E52FB5 /* Sources */,
687DC2511E028F1700E52FB5 /* Frameworks */,
687DC2521E028F1700E52FB5 /* Resources */,
BCEFF25395D15614A605AC45 /* [CP] Embed Pods Frameworks */,
1C0A4B27D7CC048C249781E9 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -176,49 +174,22 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
1C0A4B27D7CC048C249781E9 /* [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-DSBaseViewController-Example/Pods-DSBaseViewController-Example-resources.sh\"\n";
showEnvVarsInLog = 0;
};
5467B558A16E572F09DBC3C0 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-DSBaseViewController-Example-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
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";
showEnvVarsInLog = 0;
};
BCEFF25395D15614A605AC45 /* [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-DSBaseViewController-Example/Pods-DSBaseViewController-Example-frameworks.sh\"\n";
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;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
10 changes: 7 additions & 3 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,24 @@ PODS:
- CocoaLumberjack/Core
- CocoaLumberjack/Extensions (3.0.0):
- CocoaLumberjack/Default
- DSBaseViewController (1.3.0)
- DSBaseViewController (1.3.1)

DEPENDENCIES:
- CocoaLumberjack
- DSBaseViewController (from `../`)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- CocoaLumberjack

EXTERNAL SOURCES:
DSBaseViewController:
:path: "../"

SPEC CHECKSUMS:
CocoaLumberjack: c823149bccc5519a9447aeb433be7b1212a7d6a5
DSBaseViewController: 17a2860c35e97faa0b97c3aeb736786d8f7ab197
DSBaseViewController: 4d74e4586f31680da76ce3dffd408c25f3d3b8ad

PODFILE CHECKSUM: d2e3bd716f31a405e2f393a18016706c118b7605

COCOAPODS: 1.2.1
COCOAPODS: 1.5.3

0 comments on commit a377676

Please sign in to comment.