Analysis updated 2026-07-11 · repo last pushed 2015-02-25
Get a quick summary of all third-party libraries listed in your Podfile before upgrading.
Share dependency details with a teammate who is reviewing your project setup.
Audit which external libraries your iOS or macOS project depends on.
| cocoapods/cocoapods-podfile_info | fastlane/nightly | obsproject/homebrew-tools | |
|---|---|---|---|
| Stars | 5 | 5 | 6 |
| Language | Ruby | Ruby | Ruby |
| Last pushed | 2015-02-25 | 2018-12-11 | 2026-06-12 |
| Maintenance | Dormant | Dormant | Active |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing CocoaPods project with a Podfile, install the gem and run the single command from your project directory.
CocoaPods-podfile_info is a small plugin for CocoaPods, the dependency manager that iOS and macOS developers use to pull third-party libraries into their apps. The plugin extracts information from a project's Podfile, which is the file that lists all the external libraries a project depends on. At a high level, it works as a command-line tool. Once installed, a developer runs a single command in their terminal, and the plugin reads through the Podfile and reports back details about the project's dependencies. The README doesn't go into detail about exactly what information is presented or how it's formatted, so the specifics of the output are left to the user to discover. This tool is aimed at iOS or macOS developers who already use CocoaPods and want a quick way to inspect or audit their dependencies. For example, a developer might use it to get a clean summary of what libraries are in their project before upgrading, or to share dependency details with a teammate who is reviewing the project setup. Not much is notable about the project's construction beyond the fact that it is a straightforward port of a command that used to exist directly inside CocoaPods itself. At some point that built-in command was moved out into a separate plugin, and this repo keeps it available for anyone who still needs it. It's a narrow, single-purpose utility with a short README, and it doesn't appear to offer much beyond the one command it describes.
A CocoaPods plugin that reads your Podfile and reports back details about your project's third-party dependencies. It is a single-purpose command-line tool for iOS and macOS developers who want to quickly inspect what libraries their app uses.
Mainly Ruby. The stack also includes Ruby, CocoaPods.
Dormant — no commits in 2+ years (last push 2015-02-25).
The explanation does not mention a license, so the terms of use are unclear.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.