0.0
No commit activity in last 3 years
No release in over 3 years
Use `pod show` to list installed CocoaPods for a project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

List installed CocoaPods

A way to quickly see what pods (and versions) are installed in your project.

For fans of Bundler's bundle list.

Installation

$ gem install cocoapods-show

Usage

$ pod show

Output:

Installed pods:
  * AWSCore (2.2.5)
  * AWSS3 (2.2.5)
  * Bolts (1.2.2)
  ...

Or filter:

$ pod show AWS

Output:

Installed pods matching 'AWS':
  * AWSCore (2.2.5)
  * AWSS3 (2.2.5)

Can't I just look at Podfile.lock?

Yup.