Skip to content

Commit

Permalink
Removing Pods directory from git
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Sargent committed Sep 14, 2016
1 parent aa60b05 commit 14bc685
Show file tree
Hide file tree
Showing 47 changed files with 2 additions and 9,712 deletions.
2 changes: 1 addition & 1 deletion Example/LKAPI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_ROOT}/../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";
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;
};
FC5DBFD43FF64C5BE7C072AF /* [CP] Embed Pods Frameworks */ = {
Expand Down
2 changes: 1 addition & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 0293954057b7f5af945b7e06279b1d86a8c755f1

COCOAPODS: 1.1.0.rc.2
COCOAPODS: 1.0.1
19 changes: 0 additions & 19 deletions Example/Pods/Alamofire/LICENSE

This file was deleted.

1,744 changes: 0 additions & 1,744 deletions Example/Pods/Alamofire/README.md

This file was deleted.

0 comments on commit 14bc685

Please sign in to comment.