Skip to content

Instantly share code, notes, and snippets.

View twhitt14's full-sized avatar
๐ŸŽ

Trevor twhitt14

๐ŸŽ
View GitHub Profile
@twhitt14
twhitt14 / podforceupdate.sh
Created December 20, 2017 16:12 — 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