I installed CocoaPods on a new machine.
My podfile file is just like this :
platform :ios, '6.0'
pod 'MBProgressHUD', '~> 0.8'
But when I run pod install
Unable to find a specification for `MBProgressHUD (= 0.8)`.
I tried reinstalling CocoaPods, but didn't help.