|  | @@ -6,20 +6,25 @@ target 'MusicVideoPlus' do
 | 
	
		
			
				|  |  |    #source 'https://github.com/CocoaPods/Specs.git'
 | 
	
		
			
				|  |  |    source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
 | 
	
		
			
				|  |  |    source 'https://git.yishihui.com/iOS/BFSpecs.git'
 | 
	
		
			
				|  |  | -#  pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git', :tag => '1.0.4'
 | 
	
		
			
				|  |  | +  #使用指定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 "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 "BFMaterialKit" ,:git => 'https://git.yishihui.com/iOS/BFMaterialKit.git'
 | 
	
		
			
				|  |  | -   pod "BFCommonKit" ,:git => 'https://git.yishihui.com/iOS/BFCommonKit.git'
 | 
	
		
			
				|  |  | -   pod "BFNetRequestKit" ,:git => 'https://git.yishihui.com/iOS/BFNetRequestKit.git'
 | 
	
		
			
				|  |  | -   pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git'
 | 
	
		
			
				|  |  | +#   pod "BFMaterialKit" ,:git => 'https://git.yishihui.com/iOS/BFMaterialKit.git'
 | 
	
		
			
				|  |  | +#   pod "BFCommonKit" ,:git => 'https://git.yishihui.com/iOS/BFCommonKit.git'
 | 
	
		
			
				|  |  | +#   pod "BFNetRequestKit" ,:git => 'https://git.yishihui.com/iOS/BFNetRequestKit.git'
 | 
	
		
			
				|  |  | +#   pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -   # 使用本地路径,方便修复库源代码,库和主工程目录平级使用相对路径
 | 
	
		
			
				|  |  | -# pod 'BFMaterialKit', :path => '../BFMaterialKit/'
 | 
	
		
			
				|  |  | -# pod 'BFCommonKit', :path => '../BFCommonKit/'
 | 
	
		
			
				|  |  | -# pod 'BFNetRequestKit', :path => '../BFNetRequestKit/'
 | 
	
		
			
				|  |  | -# pod 'BFFramework', :path => '../BFFramework/'
 | 
	
		
			
				|  |  | +#    使用本地路径,方便修复库源代码,库和主工程目录平级使用相对路径
 | 
	
		
			
				|  |  | +#  pod 'BFMaterialKit', :path => '../BFMaterialKit/'
 | 
	
		
			
				|  |  | +#  pod 'BFCommonKit', :path => '../BFCommonKit/'
 | 
	
		
			
				|  |  | +#  pod 'BFNetRequestKit', :path => '../BFNetRequestKit/'
 | 
	
		
			
				|  |  | +#  pod 'BFFramework', :path => '../BFFramework/'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |     pod 'JWTDecode','2.6.0' # Apple登陆校验库
 |