harry 3 年之前
父节点
当前提交
f09b9f1d88
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Podfile

+ 2 - 2
Podfile

@@ -8,9 +8,9 @@ target 'MusicVideoPlus' do
   source 'https://git.yishihui.com/iOS/BFSpecs.git'
   source 'https://git.yishihui.com/iOS/BFSpecs.git'
   #使用指定tag
   #使用指定tag
    pod "BFMaterialKit" ,:git => 'https://git.yishihui.com/iOS/BFMaterialKit.git', :tag => '0.1.5'
    pod "BFMaterialKit" ,:git => 'https://git.yishihui.com/iOS/BFMaterialKit.git', :tag => '0.1.5'
-   pod "BFCommonKit" ,:git => 'https://git.yishihui.com/iOS/BFCommonKit.git', :tag => '1.4.7'
+   pod "BFCommonKit" ,:git => 'https://git.yishihui.com/iOS/BFCommonKit.git'#, :tag => '1.4.7'
    pod "BFNetRequestKit" ,:git => 'https://git.yishihui.com/iOS/BFNetRequestKit.git', :tag => '0.2.1'
    pod "BFNetRequestKit" ,:git => 'https://git.yishihui.com/iOS/BFNetRequestKit.git', :tag => '0.2.1'
-   pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git', :tag => '1.0.5'
+   pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git'#, :tag => '1.0.5'
 
 
 
 
    #使用主分支的最新代码
    #使用主分支的最新代码