Created
March 9, 2016 09:04
-
-
Save vvit/b02bd15ba6e491e9f234 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Version check: | |
sudo gem list cocoapods | |
// Downgrade | |
sudo gem uninstall cocoapods | |
// Install required version | |
sudo gem install cocoapods -v 0.25.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment