CocoaPods / cocoapods-downloader

A small library that provides downloaders for various source types (HTTP/SVN/Git/Mercurial)
MIT License
84 stars 71 forks source link

Checkout to PullRequest commits for pod #129

Open barron9 opened 2 years ago

barron9 commented 2 years ago
pod XXX :path=>'../subdir/XXX' :checkout=>'merge-requests/111/head:branch'

pod XXX :git=>'https://github.com/../../XXX.git' :checkout=>'merge-requests/111/head:branch'
orta commented 2 years ago

Does this not work with the :branch option?

barron9 commented 2 years ago

Does this not work with the :branch option?

no, can you merge this for next version or any other implementation you suggest ?