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 solved my problem with below command:
cocoa pod update
To update use this command
sudo gem install cocoapods
if above command gives error than use this one
sudo gem install -n /usr/local/bin cocoapods
and than do this
pod repo update