美文网首页
cocoapods最新源

cocoapods最新源

作者: iOS_zy | 来源:发表于2022-03-09 10:38 被阅读0次

    镜像源

    查看镜像源列表

    $ pod repo list
    修改master镜像源

    $ cd ~/.cocoapods/repos

    $ pod repo remove master

    gitee镜像

    $ git clone https://gitee.com/mirrors/CocoaPods-Specs.git master (此镜像更快速,几m每秒)

    把项目podfile里的source换:

    source 'https://gitee.com/mirrors/CocoaPods-Specs.git'

    清华镜像

    $ git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git master
    把项目podfile里的source换:

    source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'

    相关文章

      网友评论

          本文标题:cocoapods最新源

          本文链接:https://www.haomeiwen.com/subject/yhltdrtx.html