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'
   #使用指定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'
 
 
    #使用主分支的最新代码