cocoapods-dependencies

Gem Version Code Climate

Shows a project's CocoaPod dependency graph.

Installation

$ [sudo] gem install cocoapods-dependencies

Usage

$ pod dependencies [PODSPEC] [--graphviz] [--image]

Use the --graphviz option to generate <podspec name>.gv or Podfile.gv containing the dependency graph in graphviz format.

Use the --image option to generate <podspec name>.png or Podfile.png containing a rendering of the dependency graph.

[!] Note that for either graphviz or image output, GraphViz must be installed and dot must be accessible via $PATH.