# PodfilelockToPng **Repository Path**: sunyuping/PodfilelockToPng ## Basic Information - **Project Name**: PodfilelockToPng - **Description**: Reference relationship visualization.Transform Cocoapods's Pprofile.lock to png. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-25 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PodfilelockToPng Reference relationship visualization.Transform Cocoapods's Podfile.lock to png. ![image](https://github.com/Orange-W/PodfilelockToPng/blob/master/output.dot.png) ### Dependency To install dependency `graphviz`. [go now >>](https://graphviz.gitlab.io/download/) ### How to use Just run script. ``` sh ./printlock.sh ``` To aim the path file and output.file ``` sh ./printlock.sh ./Podfile.lock output.dot ``` ### What's more? You can hide te subspect Dependency. ![image](https://github.com/Orange-W/PodfilelockToPng/blob/master/disableSubspec.dot.png) ``` sh ./printlock.sh ./Podfile.lock output.dot 1 ```