Browse Source

Revert "test"

This reverts commit f09b9f1d88defcc1538618f5692cb3d843460fed.
harry 3 years ago
parent
commit
07f691a339
1 changed files with 2 additions and 2 deletions
  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'
 
 
    #使用主分支的最新代码