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
Please
register
or
sign in
to comment