Metadata-Version: 1.1
Name: cocoapods-graph
Version: 0.1.1
Summary: Cocoapods dependencies graph generator
Home-page: https://github.com/erickjung/cocoapods-graph
Author: Erick Jung
Author-email: erickjung@gmail.com
License: UNKNOWN
Description: 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)
        
        
        ## How to use ##
        ```shell
        cocoapods-graph -f Podfile --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>
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
