I\'m trying to install code from a repository\'s branch on a pod spec, and based on the documentation, this should work:
s.dependency \'repository_name\', :git =
You can't use a pod dependency like that, it only supports "name", "version". Source: guides.cocoapods.org. It is expected that the :git and :branch metadata will come from the podfile.
"name", "version"
:git
:branch