Skip to content

Instantly share code, notes, and snippets.

@luisdelarosa
Created April 5, 2014 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisdelarosa/9991405 to your computer and use it in GitHub Desktop.
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
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