Skip to content

Instantly share code, notes, and snippets.

@3zcurdia
Last active September 29, 2017 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 3zcurdia/98482bcf551eec501389f8b64c0ba498 to your computer and use it in GitHub Desktop.
Save 3zcurdia/98482bcf551eec501389f8b64c0ba498 to your computer and use it in GitHub Desktop.
Cocoapods bootstrap shell script
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)";
brew update;
brew upgrade;
brew install ruby;
ruby install cocoapods --no-doc;
pod setup;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment