Jelajahi Sumber

Update 'Podfile'

使用 source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
wangcheng 3 tahun lalu
induk
melakukan
2dd37a346a
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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'