Skip to content

Instantly share code, notes, and snippets.

@linkjf
Forked from mbinna/podforceupdate.sh
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save linkjf/f0bf54b5f2c5c5024ab0 to your computer and use it in GitHub Desktop.

Select an option

Save linkjf/f0bf54b5f2c5c5024ab0 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
pod update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment