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

Commit

Permalink
Ran pod install with latest cocoapods. (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey authored Mar 8, 2019
1 parent 0dce7f8 commit 953f750
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- CatalogByConvention (2.5.1)
- MotionAnimator (2.8.1):
- MotionAnimator (3.0.0):
- MotionInterchange (~> 2.0)
- MotionInterchange (2.0.0)

Expand All @@ -19,9 +19,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
CatalogByConvention: 2b58a9b64e5b1049abb5d3f8e764a551bbe843a7
MotionAnimator: ab78e3a6eb59f1061c2c00dd09dc923f254f4a61
MotionAnimator: 09a4de79182ef05a2476b304271e1ef6a5a3b022
MotionInterchange: 5b7325142e4af884278bab7adcd264976a8c0593

PODFILE CHECKSUM: 3537bf01c11174928ac008c20fec4738722e96f3

COCOAPODS: 1.5.3
COCOAPODS: 1.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/../../../Pods/Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/MotionAnimator/MotionAnimator.framework",
"${BUILT_PRODUCTS_DIR}/MotionInterchange/MotionInterchange.framework",
);
Expand All @@ -419,7 +419,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/../../../Pods/Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-UnitTests/Pods-UnitTests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
5A3F2ED10BF3C472BA1601C5 /* [CP] Check Pods Manifest.lock */ = {
Expand All @@ -446,7 +446,7 @@
files = (
);
inputPaths = (
"${SRCROOT}/../../../Pods/Target Support Files/Pods-MotionAnimatorCatalog/Pods-MotionAnimatorCatalog-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-MotionAnimatorCatalog/Pods-MotionAnimatorCatalog-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/CatalogByConvention/CatalogByConvention.framework",
"${BUILT_PRODUCTS_DIR}/MotionAnimator/MotionAnimator.framework",
"${BUILT_PRODUCTS_DIR}/MotionInterchange/MotionInterchange.framework",
Expand All @@ -459,7 +459,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/../../../Pods/Target Support Files/Pods-MotionAnimatorCatalog/Pods-MotionAnimatorCatalog-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MotionAnimatorCatalog/Pods-MotionAnimatorCatalog-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
C56294D2A9A4F3CE12368EA2 /* [CP] Check Pods Manifest.lock */ = {
Expand Down

0 comments on commit 953f750

Please sign in to comment.