cocoapods-dependencies
cocoapods-dependencies copied to clipboard
Shows a project's CocoaPods dependency graph
Hi, Using `[email protected]`, after I installed `cocoapods-dependencies`, I can't run `pod dependencies` : ``` $> pod --version 1.9.3 $> sudo gem install cocoapods-dependencies Successfully installed cocoapods-dependencies-1.3.0 Parsing documentation for cocoapods-dependencies-1.3.0...
* [canon](https://graphviz.org/docs/outputs/canon/) export the exact same graph output but without coordination information * support [sphine](https://graphviz.org/docs/attrs/splines/) * change the default shape to box
I would love an option to leave out the red marked line in the image. Is there something I can do to get that? 
Calculating dependencies [!] Cannot analyze without fetching dependencies since the sandbox is not up-to-date. Run `pod install` to ensure all dependencies have been fetched. The missing dependencies are: TYSmartHouse (from...
Hi, Can you have a look at this MR?
I would like to be able to run `pod dependencies /` to see the graph for just one of the subspecs. It seemed this was possible after seeing #4 but...