I suppose that there is a problem with your pod master repo. Delete it and download it again.
You can do:
pod repo remove master
pod setup
pod install
Or:
sudo rm -fr ~/.cocoapods/repos/master
pod setup
pod install
I suppose that there is a problem with your pod master repo. Delete it and download it again.
You can do:
pod repo remove master
pod setup
pod install
Or:
sudo rm -fr ~/.cocoapods/repos/master
pod setup
pod install