How to find out the version of installed cocoa pods?
I\'m not asking about the version of the cocoa pods gem, but the version of the pods themselves. Ideally it
To get the version of cocoa pods
pod --version
To get the version of your pod, look in the Podfile.lock
When you install or update the pod, you can see the versions of both.