Browse Source

指定库到最新版本

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

+ 2 - 2
Podfile

@@ -5,8 +5,8 @@ target 'MusicVideoPlus' do
   use_frameworks!
   source 'https://github.com/CocoaPods/Specs.git'
  
-  pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git' , :tag => '0.1.3'
-#   pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git'
+#  pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git' , :tag => '0.1.3'
+   pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git'
  
   # 使用本地路径
 #  pod 'BFFramework', :path => '/Users/ak/Desktop/BFFramework/'