-
Notifications
You must be signed in to change notification settings - Fork 582
Open
Labels
enhancementNew feature or requestNew feature or request
Description
请先确认以下事项
- 已仔细阅读了 README
- 在 issues 页面搜索过(包括已关闭的 issue),未发现类似功能建议
- Easydict 已升级到 最新版本
- 我理解并认可上述内容,并理解项目维护者精力有限,不遵循规则的 issue 可能会被无视或直接关闭
功能描述
如果能够支持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 实现该功能
- 我愿意提交 PR 实现该功能
tisfeng
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request