cocoapods-packager icon indicating copy to clipboard operation
cocoapods-packager copied to clipboard

cocoapods-packager doesn't default to new CDN

Open benasher44 opened this issue 6 years ago • 1 comments

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.

benasher44 avatar Jan 18 '20 19:01 benasher44

You can workaround it by explicitly specifying the CDN: bundle exec pod package <local_spec> --spec-sources='https://cdn.cocoapods.org/'

benasher44 avatar Jan 18 '20 19:01 benasher44