Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/segiddins/cocoapods-dependencies

Shows a project's CocoaPods dependency graph
https://github.com/segiddins/cocoapods-dependencies

Last synced: 5 days ago
JSON representation

Shows a project's CocoaPods dependency graph

Awesome Lists containing this project

README

        

# cocoapods-dependencies

[![Gem Version](https://badge.fury.io/rb/cocoapods-dependencies.svg)](http://badge.fury.io/rb/cocoapods-dependencies)
[![Code Climate](https://codeclimate.com/github/segiddins/cocoapods-dependencies.png)](https://codeclimate.com/github/segiddins/cocoapods-dependencies)

Shows a project's CocoaPod dependency graph.

## Installation

```bash
$ [sudo] gem install cocoapods-dependencies
```

## Usage

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

Use the `--graphviz` option to generate `.gv` or `Podfile.gv` containing the dependency graph in graphviz format.

Use the `--image` option to generate `.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`.