Skip to content

Instantly share code, notes, and snippets.

@ipedro
ipedro / podforceupdate.sh
Created March 18, 2016 16:15 — forked from mbinna/podforceupdate.sh
Clear CocoaPods cache, re-download and re-install all pods
#!/usr/bin/env bash
rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "`pwd`/Pods/"
pod update