I have a problem with a private pod when I try to install it from a specific branch. When i include in the podfile:
pod 'private_pod'
everything works ok.
But when I change it to:
pod 'private_pod', :git => 'git_repo', :branch => 'develop'
I get all the times this error: Unable to find a specification for 'private_pod'
Is there anything I can do?