|
@@ -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'
|