Skip to content

tony-pizza/cocoapods-show

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

List CocoaPods installed in project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages