I already tried this steps:
I had to uninstall the entire dependency chain for cocoapods to get it to work.
for i in `gem list --no-versions`; do gem uninstall -aIx $i; done
see Uninstall all installed gems, in OSX?