Skip to content

Instantly share code, notes, and snippets.

@zergiocosta
Created August 24, 2017 14:22
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 zergiocosta/f2f12e701bd348aaf2ecc8d354b3be28 to your computer and use it in GitHub Desktop.
Save zergiocosta/f2f12e701bd348aaf2ecc8d354b3be28 to your computer and use it in GitHub Desktop.
Install CocoaPods on MacOS 10.11+
$ mkdir -p $HOME/Software/ruby
$ export GEM_HOME=$HOME/Software/ruby
$ gem install cocoapods
[...]
1 gem installed
$ export PATH=$PATH:$HOME/Software/ruby/bin
$ pod --version
0.37.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment