Created
April 5, 2014 12:32
-
-
Save luisdelarosa/9991405 to your computer and use it in GitHub Desktop.
Count the subspecs for all CocoaPods. Execute this in a local clone of https://github.com/CocoaPods/Specs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -R subspec * | cut -d' ' -f1 | uniq -c | sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment