浏览代码

指定库版本到0.1.4

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

+ 7 - 5
Podfile

@@ -4,14 +4,16 @@ target 'MusicVideoPlus' do
   # Comment the next line if you don't want to use dynamic frameworks
   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'
- 
+#  source 'https://git.yishihui.com/wenweiwei/BFSpecs.git'
+  pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git' , :tag => '0.1.4'
+  # pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git'
+# pod 'BFMaterialKit'
   # 使用本地路径
-#  pod 'BFFramework', :path => '/Users/ak/Desktop/BFFramework/'
+# pod 'BFFramework', :path => '/Users/ak/Desktop/BFFramework/'
 #  pod 'BFFramework', :path => '/Users/sanw/Desktop/BytesFlow/Projects/BFFramework/'
 
+ 
+
   pod 'JWTDecode','2.6.0' # Apple登陆校验库
   pod 'TYAttributedLabel','2.6.9' #  富文本
   pod 'UMCommon','7.2.9'