Sometimes, after updating your Cocoapods to the lastest version (find out how to do it here), you don’t like it and want to downgrade it back. Or you just want to install a specific version (not the latest).
How to do it?
Check your current pod version:
$ pod --version Check your installed pod versions:
$ gem list cocoapods You may see the result like this
*** LOCAL GEMS *** cocoapods (1.
How to update CocoaPods
Execute the following on your terminal to get the latest stable version:
sudo gem install cocoapods