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
Open Terminal.
Change directory to your project and type the following command to open the Podfile.lock file.
command
Podfile.lock
$ open Podfile.lock -a Xcode