How do I check cocoapods version?
$pod --version
Gives you the version. found it on this guide here:
https://www.cocoanetics.com/2013/11/updating-cocoapods/
To check version of cocoapods from terminal:
For sudoless:
gem which cocoapods
For sudo:
sudo gem which cocoapods
My previous post