Skip to content

Instantly share code, notes, and snippets.

@tanb
Last active June 2, 2016 17:34
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 tanb/c21fac637faee2fd02f8 to your computer and use it in GitHub Desktop.
Save tanb/c21fac637faee2fd02f8 to your computer and use it in GitHub Desktop.
Avoidance Of CocoaPods Installation Ambush
$ brew install rbenv
$ brew install ruby-build
$ brew install rbenv-gemset
$ brew install xcproj
$ rbenv install -l
$ rbenv install 2.3.1
$ rbenv versions
$ rbenv shell system
$ rbenv shell 2.3.1
$ gem env
$ gem install cocoapods
$ pod --version
$ pod install
$ pod update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment