Skip to content

Instantly share code, notes, and snippets.

@cbess
Created June 28, 2013 14:55
Show Gist options
  • Save cbess/5885297 to your computer and use it in GitHub Desktop.
Save cbess/5885297 to your computer and use it in GitHub Desktop.
Xcode "Run Script" cocoapods phase
echo Process pods
if [ ! -e /usr/bin/pod ] ; then
echo Installing cocoapods...
gem install cocoapods
fi
pod update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment