iOS组件化系列
cocoapods依赖关系导出
其实Podfile.lock藏满了,各个版本库的版本号信息和彼此的依赖关系。
cocoapods-graph
Installing
1
[sudo] pip install cocoapods-graph
How to use
1
cocoapods-graph -f Podfile.lock --html
cocoapods-graph
Installing
1
2
$ [sudo] gem install cocoapods-dependencies
$ brew install graphviz
Usage
1
$ pod dependencies [PODSPEC] [--graphviz] [--image]
Use the –graphviz option to generate
Use the –image option to generate
[!] Note that for either graphviz or image output, GraphViz must be installed and dot must be accessible via $PATH.
输出
html ,图片,文本。应有尽有。