Skip to content

Instantly share code, notes, and snippets.

@oojikoo-gist
Created February 28, 2016 09:27
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 oojikoo-gist/182e138034695c5b2e2e to your computer and use it in GitHub Desktop.
Save oojikoo-gist/182e138034695c5b2e2e to your computer and use it in GitHub Desktop.
ios: pod install with rbenv-gemset

how to pod install with rbenv-gemset on my local

$ initgemset
$ gem install cocoapods --install-dir [.gemsetname-gemsets]/
$ pod init
# after add Podfile
$ pod install [pod-name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment