How do I check cocoapods version?
I looked in the official site - https://guides.cocoapods.org/using/getting-started.html
but found only how to install \ update the latest version, or solving versions conflicts of installed gems etc'...
How do I check cocoapods version?
I looked in the official site - https://guides.cocoapods.org/using/getting-started.html
but found only how to install \ update the latest version, or solving versions conflicts of installed gems etc'...
$pod --version
Gives you the version. found it on this guide here:
To check version of cocoapods from terminal:
For sudoless:
gem which cocoapods
For sudo:
sudo gem which cocoapods