Podfile.lock Dependency Tree Viewer using D3.js
This project is a dependency tree viewer based on the content of the Podfile.lock file. It allows users to visualize dependencies among different pods in an iOS project using an interactive graphical representation.
- Data Input: Users can paste the contents of their Podfile.lock to generate the dependency tree.
- Interactive Visualization: Utilizes D3.js to dynamically render the dependency tree interactively.
- Data Export: Allows exporting the tree structure in JSON format.
- HTML, CSS (Bootstrap 4)
- JavaScript (D3.js, jQuery)
- Iconify for custom icons
- Clone the Repository: git clone https://github.com/MaatheusGois/profile-analyzer
markdown Copy code
-
Open the Project: Open the
index.html
file in a web browser. -
Insert Podfile.lock Content: Paste the content of your
Podfile.lock
into the text area and click "Submit". -
View the Dependency Tree: After submitting the form, the dependency tree will be generated and displayed below the form.
This project is licensed under the MIT License.