标签: ios cocoapods podspec
我必须在podspec文件中指向特定的分支。我使用如下:
s.source = { :git => "https://bitbucket.company.com/projectname.git", :branch => “remote_branch_name”}
但是它没有指向指定的分支。