Best practice for use of cached Cocoapods specs

Hey! - The CocoaPods repo cache is updated roughly every 30 mins, which is usually frequent enough to only miss the last 6 pushes to the Specs repo.

If you find yourself in a position where this is a frequent problem (such as pushing and updating an internally maintained pod regularly), I’d highly recommend checking in your Pods/ directory, as this frequently saves a fair amount of CI time, alongside its other benefits.

2 Likes