How to cache cocoapods

I am trying to use my cached cocoapods in my config so that I don’t have to install them each time. This is the relevant part of my code: - restore_cache: key: 1-pods-{{ checksum "Podfile.lock" }} - run: name: Install CocoaPods command: pod install - save_…