Get installed CocoaPods version
问题 How do I get the version of CocoaPods I have installed on my Mac? I could run sudo gem install cocoapods but, I want to get the installed version without reinstalling CocoaPods. 回答1: Just posting this for people to see in the future, but you can simply check the version by running the following command: $ pod --version 回答2: Integrity Check There is more to Cocoapod version than the pod gem: Pods pod --version #Show the version of the tool gem list --local | grep pods #Show the version of all