Skip to content

Instantly share code, notes, and snippets.

@Wooder
Created April 19, 2017 12:07
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 Wooder/c56b011a4527a55f3c1e8c02d72d28df to your computer and use it in GitHub Desktop.
Save Wooder/c56b011a4527a55f3c1e8c02d72d28df to your computer and use it in GitHub Desktop.
some helpful commands for cocoapods installation
#avoid problems with standard installation directory
sudo gem update cocoapods -n /usr/local/bin
#install certain version of cocoapods
sudo gem install cocoapods -v 1.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment