Add Podfile dependency caching
Since Podfile#dependencies and TargetDefinition#dependencies require both recursing and creating new Dependency objects. Doing this over and over is slow, so now we cache those results.
Showing
This diff is collapsed.
Please
register
or
sign in
to comment