No release in over 3 years
Low commit activity in last 3 years
Shows a project's CocoaPods dependency graph.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0

Runtime

 Project Readme

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.