Skip to content

Instantly share code, notes, and snippets.

View renanvalentin's full-sized avatar

Renan Valentin renanvalentin

  • São José do Rio Preto
View GitHub Profile
@mbinna
mbinna / podforceupdate.sh
Created December 4, 2012 09:43
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