Can't find estimoteSDK pod

I'm trying to run the cocoapod for estimote, but when I type pod 'EstimoteSDK' in the command line I get an error asking if I meant something else. when I try to search for it with pod search 'EstimoteSDK' it can't find it. what's going wrong?

Hi Greg,

It should be working. Could you try installing cocoapods again by typing [sudo] gem install cocoapods?

Regards,

Sounds like you're trying to run pod 'EstimoteSDK' on the command-line, when really what I presume you want to do is add that to your podfile and run pod install?