Cache non-local Pods #3172
Labels
d3:hard
An issue that is difficult to solve and may require significant changes
s2:confirmed
Issues that have been confirmed by a CocoaPods contributor
t1:enhancement
Enhancements that have not been picked up yet. Please comment if you plan to work on it
★
Milestone
About a year ago, we killed the git cache in CocoaPods for the sake of simplicity, but it's made
pod install
(and the other commands that use it) much slower in certain circumstance.We ought to create a new cache (like the one in Bundler) that lives inside CocoaPods itself (rather than the downloader), and will cache released pod versions, as well as git commits/tags.
The text was updated successfully, but these errors were encountered: