Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/segiddins/cocoapods-dependencies
- Owner: segiddins
- License: mit
- Created: 2014-04-14T21:58:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T03:30:19.000Z (over 1 year ago)
- Last Synced: 2024-05-02T00:23:31.357Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 53.7 KB
- Stars: 253
- Watchers: 5
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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`.