cocoapods-packager
cocoapods-packager copied to clipboard
cocoapods-packager doesn't default to new CDN
I ran bundle exec pod package <local_spec>, and it started cloning the specs repo. I'm using cocoapods-packager 1.5.0 and cocoapods 1.8.4.
You can workaround it by explicitly specifying the CDN: bundle exec pod package <local_spec> --spec-sources='https://cdn.cocoapods.org/'