Based on the recommendations in https://circleci.com/docs/2.0/testing-ios/ I have a job set up to fetch CocoaPods Specs from the CircleCI mirror.
Unfortunately this seems to be timing out right now. I’ve had two builds fail so far today as a result of this.
#!/bin/bash --login -eo pipefail
curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
^D^D % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1588 100 1588 0 0 5814 0 --:--:-- --:--:-- --:--:-- 5838
Downloading CocoaPods master repo from https://cocoapods-specs.circleci.com...
Too long with no output (exceeded 10m0s)