A way to quickly see what pods (and versions) are installed in your project.
For fans of Bundler's bundle list
.
$ gem install cocoapods-show
$ pod show
Output:
Installed pods:
* AWSCore (2.2.5)
* AWSS3 (2.2.5)
* Bolts (1.2.2)
...
$ pod show AWS
Output:
Installed pods matching 'AWS':
* AWSCore (2.2.5)
* AWSS3 (2.2.5)
Yup.