We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果能够支持CDN,pod install速度会更快
参考“https://github.com/CocoaPods/cdn.cocoapods.org”
第一次使用Cocoapods拉取Specs,会将Cocoapods/Specs仓库内容整个拷贝到"user/.cocoapods/repos"下,没有任何优化
将 source 'https://github.com/CocoaPods/Specs.git 改成 source 'https://cdn.cocoapods.org/'
source 'https://github.com/CocoaPods/Specs.git
source 'https://cdn.cocoapods.org/'
可以删掉".cocoapods/repos"目录下的所有文件,看看效果
The text was updated successfully, but these errors were encountered:
Hello Elevo4, Thank you for your first issue contribution 🎉
Sorry, something went wrong.
可以,你能提个 PR 吗?
No branches or pull requests
请先确认以下事项
功能描述
如果能够支持CDN,pod install速度会更快
参考“https://github.com/CocoaPods/cdn.cocoapods.org”
使用场景
第一次使用Cocoapods拉取Specs,会将Cocoapods/Specs仓库内容整个拷贝到"user/.cocoapods/repos"下,没有任何优化
实现方案(可选)
将
source 'https://github.com/CocoaPods/Specs.git
改成
source 'https://cdn.cocoapods.org/'
可以删掉".cocoapods/repos"目录下的所有文件,看看效果
是否愿意提交 PR 实现该功能
The text was updated successfully, but these errors were encountered: