Objective-C and Swift dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled.
MIT License
1.84k
stars
99
forks
source link
Is there a way to analyze dependencies in a Swift module/framework? #56
Ah, I figured it out. I need to run -t option for subtarget of my project. But unfortunately I get var dependencies = {"links":[],"links_count":0,"objects":{}} as the output. Any ideas why?
Hi, is there a way to run the script not for the whole project but just for a Swift module or a framework?