浏览代码

Update 'Podfile'

使用 source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
wangcheng 3 年之前
父节点
当前提交
2dd37a346a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Podfile

+ 2 - 1
Podfile

@@ -3,7 +3,8 @@ platform :ios, '10.0'
 target 'MusicVideoPlus' do
   # Comment the next line if you don't want to use dynamic frameworks
   use_frameworks!
-  source 'https://github.com/CocoaPods/Specs.git'
+  #source 'https://github.com/CocoaPods/Specs.git'
+  source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
   source 'https://git.yishihui.com/iOS/BFSpecs.git'
 #  pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git', :tag => '1.0.4'
 #  pod 'BFFramework', :git => 'https://git.yishihui.com/iOS/BFFramework.git', :branch => 'mv-dev-130'