Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Update Cocoapods version
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertialmeida committed May 24, 2018
1 parent 51021b2 commit b592c9c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 66 deletions.
64 changes: 0 additions & 64 deletions Example/Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@
1A42C2861C0E3882000F2137 /* Frameworks */,
1A42C2871C0E3882000F2137 /* Resources */,
4521900C899CED51BB10949C /* [CP] Embed Pods Frameworks */,
9C061ADCCB0FC21E8DF4B220 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand All @@ -313,7 +312,6 @@
3AAA8B6C1E9BB78B00A47E5A /* Frameworks */,
3AAA8B6E1E9BB78B00A47E5A /* Resources */,
3AAA8B751E9BB78B00A47E5A /* [CP] Embed Pods Frameworks */,
3AAA8B761E9BB78B00A47E5A /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand All @@ -334,7 +332,6 @@
CA10C12E1C572A4B0049165D /* Frameworks */,
CA10C12F1C572A4B0049165D /* Resources */,
C1392FF51E4FD15EBB5AA8DD /* [CP] Embed Pods Frameworks */,
652A7706A17894A2B0BA1503 /* [CP] Copy Pods Resources */,
E82F486563C1547E0775A59F /* 📦 Embed Pods Frameworks */,
064D38CE83FACC358B7C0EC8 /* 📦 Copy Pods Resources */,
);
Expand All @@ -357,7 +354,6 @@
D12066601D65FABD006E1D18 /* Frameworks */,
D12066611D65FABD006E1D18 /* Resources */,
ACD2A7368ACAFB17422DAA7F /* [CP] Embed Pods Frameworks */,
B26D5E41B862346EA808EDB9 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
Expand Down Expand Up @@ -593,21 +589,6 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MultipleInstance-Example/Pods-MultipleInstance-Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
3AAA8B761E9BB78B00A47E5A /* [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-MultipleInstance-Example/Pods-MultipleInstance-Example-resources.sh\"\n";
showEnvVarsInLog = 0;
};
4521900C899CED51BB10949C /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -642,36 +623,6 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example/Pods-Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
652A7706A17894A2B0BA1503 /* [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-FolioReaderTests/Pods-FolioReaderTests-resources.sh\"\n";
showEnvVarsInLog = 0;
};
9C061ADCCB0FC21E8DF4B220 /* [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-Example/Pods-Example-resources.sh\"\n";
showEnvVarsInLog = 0;
};
ACD2A7368ACAFB17422DAA7F /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -706,21 +657,6 @@
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Storyboard-Example/Pods-Storyboard-Example-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
B26D5E41B862346EA808EDB9 /* [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-Storyboard-Example/Pods-Storyboard-Example-resources.sh\"\n";
showEnvVarsInLog = 0;
};
C1392FF51E4FD15EBB5AA8DD /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
17 changes: 15 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,22 @@ DEPENDENCIES:
- Nimble (= 7.0.2)
- Quick (= 1.2.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- AEXML
- FontBlaster
- JSQWebViewController
- MenuItemKit
- Nimble
- Quick
- Realm
- RealmSwift
- SSZipArchive
- ZFDragableModalTransition

EXTERNAL SOURCES:
FolioReaderKit:
:path: ../
:path: "../"

SPEC CHECKSUMS:
AEXML: 5ebafc1b75e0bcf0f1b09b8ca8fed2d5a199479b
Expand All @@ -45,4 +58,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: d5e64429a71bc13b6eceb790b04656d8082e4d66

COCOAPODS: 1.4.0
COCOAPODS: 1.5.2

0 comments on commit b592c9c

Please sign in to comment.