Error on pod install

If you landed here on or after January 30th 2014, there is a break in CocoaPods causing this. Please read the related blog post found here: http://blog.cocoapods.org/Repairing-Our-Broken-Specs-Repository/ or do: pod repo remove master pod setup

Updating to latest version of CocoaPods?

Execute the following on your terminal to get the latest stable version: sudo gem install cocoapods Add –pre to get the latest pre release: sudo gem install cocoapods –pre If you originally installed the cocoapods gem using sudo, you should use that command again. Later on, when you’re actively using CocoaPods by installing pods, you … Read more