Skip to content

Instantly share code, notes, and snippets.

@ninjitaru
Created November 8, 2013 02:58
Show Gist options
  • Save ninjitaru/7365582 to your computer and use it in GitHub Desktop.
Save ninjitaru/7365582 to your computer and use it in GitHub Desktop.
pod install step that also clean its cache
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
pod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment