Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.23 KB

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.