Metadata-Version: 2.1
Name: cocoapods-graph
Version: 0.1.2
Summary: Cocoapods dependencies graph generator
Home-page: https://github.com/erickjung/cocoapods-graph
Author: Erick Jung
Author-email: erickjung@gmail.com
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
License-File: LICENSE

cocoapods-graph
================

This tool generates a dependencies graph report, printing on console or saving on a json or creating a html with a interactive disc to navigate through it.

## Example for Wordpress iOS app dependencies <a href="https://github.com/wordpress-mobile/WordPress-iOS">link</a> ##


![the dependency wheel for wordpress iOS app](https://github.com/erickjung/cocoapods-graph/blob/master/docs/wordpress_example.gif)

## Installing ##
```shell
[sudo] pip install cocoapods-graph
```

## How to use ##
```shell
cocoapods-graph -f Podfile.lock --html
```

## Thanks ##

All html rendering is done with:
* <a href="https://github.com/mbostock/d3">d3.js</a>
* <a href="https://github.com/fzaninotto/DependencyWheel">Dependency Wheel</a>

