I cannot understand why the Cocoapod is unable to find the pod specification I created when I run pod install. Could someone help me solve this trouble?
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