cocoapods-dependencies icon indicating copy to clipboard operation
cocoapods-dependencies copied to clipboard

Shows a project's CocoaPods dependency graph

Results 6 cocoapods-dependencies issues
Sort by recently updated
recently updated
newest added

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? ![image](https://user-images.githubusercontent.com/17001151/59365196-727d2580-8d38-11e9-8d81-dae77507538d.png)

t1:enhancement

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...

t2:defect

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...

t1:enhancement