First go to your root directory (the directory with your .xcworks project) and enter "Pod Podfile". This is not entirely necessary, but it will show you the dependencies, you just have an idea.
Then enter "cd pods". This will take you to the directory where the dependencies are stored. Then enter "du -h". This lists the sizes of each catalog, and you get a pretty good idea about which pods are the largest.
source share