Browse Source

Update 'Podfile'

使用 source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
wangcheng 3 years ago
parent
commit
2dd37a346a
1 changed files with 2 additions and 1 deletions
  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'