|  | @@ -8,7 +8,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  Pod::Spec.new do |s|
 | 
	
		
			
				|  |  |    s.name             = 'BFCommonKit'
 | 
	
		
			
				|  |  | -  s.version          = '1.0.4'
 | 
	
		
			
				|  |  | +  s.version          = '1.0.5'
 | 
	
		
			
				|  |  |    s.summary          = 'A short description of BFCommonKit.'
 | 
	
		
			
				|  |  |    s.swift_version    = '5.0'
 | 
	
		
			
				|  |  |  # This description is used to generate tags and improve search results.
 | 
	
	
		
			
				|  | @@ -47,8 +47,6 @@ TODO: Add long description of the pod here.
 | 
	
		
			
				|  |  |      cc.source_files = 'BFCommonKit/Classes/BFCategorys/*'
 | 
	
		
			
				|  |  |      cc.frameworks = 'Foundation','UIKit','MobileCoreServices' # ,'CommonCrypto'
 | 
	
		
			
				|  |  |      cc.dependency 'KingfisherWebP','1.3.0'
 | 
	
		
			
				|  |  | -#    cc.dependency 'BFCommonKit/BFUtility'
 | 
	
		
			
				|  |  | -    cc.dependency 'BFCommonKit/BFBase'
 | 
	
		
			
				|  |  |    end
 | 
	
		
			
				|  |  |    s.subspec 'BFUtility' do |uu|
 | 
	
		
			
				|  |  |      uu.source_files = 'BFCommonKit/Classes/BFUtility/*'
 |