No commit activity in last 3 years
No release in over 3 years
Show project dependencies with HTML file.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0

Runtime

 Project Readme

cocoapods-dependency-html

Build Status Coverage Status Gem Version

A CocoaPods plugin which can show the dependencies of a project manager by Cocoapods.

Installation

$ gem install cocoapods-dependency-html

Config Setting

Ths plugin need to new a file named dependency_config in project root path.
The file named dependency_config is a json file, the key is level name, the value is a regular Expression. Here is an example file.

{
	"first": "^LPD.*?Module",
	"second": "^LPD",
	"third": "\\||^ELM|^APF|^TB|^Ali"
}

Usage

# show the dependency with levels in config file.
$ pod dependency

# show tree to show every level dependency.
$ pod dependency --use-tree

License

The gem is available as open source under the terms of the MIT License.