I recently tried installing Cocoa Pods. I typed this in terminal:
sudo gem install cocoa pods
and it returned:
...
Done installing documentation for pods after 0 seconds
8 gems installed
So then I typed in:
pod setup --verbose
and it returned this:
-bash: pod: command not found
Has anyone ever dealt with this?