Browse Source

Revert "test"

This reverts commit f09b9f1d88defcc1538618f5692cb3d843460fed.
harry 3 năm trước cách đây
mục cha
commit
07f691a339
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Podfile

+ 2 - 2
Podfile

@@ -8,9 +8,9 @@ target 'MusicVideoPlus' do
   source 'https://git.yishihui.com/iOS/BFSpecs.git'
   #使用指定tag
    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 "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'
 
 
    #使用主分支的最新代码