Skip to content

Commit

Permalink
Merge branch 'release/2.4.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelochs committed Dec 2, 2015
2 parents dfd5af1 + 05f8c20 commit 30417aa
Show file tree
Hide file tree
Showing 12 changed files with 292 additions and 189 deletions.
6 changes: 3 additions & 3 deletions Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- ViewDeck (2.3.1)
- ViewDeck (2.4.1)

DEPENDENCIES:
- ViewDeck (from `../`)
Expand All @@ -9,6 +9,6 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
ViewDeck: deab9bd325bf7108063b80facfa5bcd6b9007811
ViewDeck: e4c744cb5383cbae40cf286c6e7246df33962020

COCOAPODS: 0.38.2
COCOAPODS: 0.39.0
11 changes: 6 additions & 5 deletions Example/Pods/Local Podspecs/ViewDeck.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

318 changes: 162 additions & 156 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

6 changes: 5 additions & 1 deletion Example/Pods/Target Support Files/ViewDeck/ViewDeck.xcconfig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Example/ViewDeckExample.xcodeproj/project.pbxproj
Expand Up @@ -179,6 +179,7 @@
E240A9A4148AB3770077282A /* Frameworks */,
E240A9A5148AB3770077282A /* Resources */,
ADB09EC62F5FE01FB6540340 /* Copy Pods Resources */,
14779D12D059593AFC718EC8 /* Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -250,6 +251,21 @@
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
showEnvVarsInLog = 0;
};
14779D12D059593AFC718EC8 /* Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Embed Pods Frameworks";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ViewDeckExample/Pods-ViewDeckExample-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
ADB09EC62F5FE01FB6540340 /* Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.4.0
2.4.1
2 changes: 1 addition & 1 deletion ViewDeck.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ViewDeck'
s.version = '2.4.0'
s.version = '2.4.1'
s.platform = :ios
s.summary = 'An implementation of the sliding functionality found in the ' \
'Path 2.0 or Facebook iOS apps.'
Expand Down

0 comments on commit 30417aa

Please sign in to comment.