Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 865 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 865 Bytes

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.