|  | @@ -8,7 +8,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  Pod::Spec.new do |s|
 | 
	
		
			
				|  |  |    s.name             = 'BFCommonKit'
 | 
	
		
			
				|  |  | -  s.version          = '1.0.2'
 | 
	
		
			
				|  |  | +  s.version          = '1.0.3'
 | 
	
		
			
				|  |  |    s.summary          = 'A short description of BFCommonKit.'
 | 
	
		
			
				|  |  |    s.swift_version    = '5.0'
 | 
	
		
			
				|  |  |  # This description is used to generate tags and improve search results.
 | 
	
	
		
			
				|  | @@ -37,7 +37,7 @@ TODO: Add long description of the pod here.
 | 
	
		
			
				|  |  |      bb.frameworks = 'UIKit', 'WebKit'
 | 
	
		
			
				|  |  |      bb.dependency 'Alamofire','4.9.1'
 | 
	
		
			
				|  |  |      bb.dependency 'SnapKit','5.0.1'
 | 
	
		
			
				|  |  | -    cc.dependency 'BFCommonKit/BFUtility'
 | 
	
		
			
				|  |  | +    bb.dependency 'BFCommonKit/BFUtility'
 | 
	
		
			
				|  |  |    end
 | 
	
		
			
				|  |  |    s.subspec 'BFEnums' do |ee|
 | 
	
		
			
				|  |  |      ee.source_files = 'BFCommonKit/Classes/BFEnums/*'
 | 
	
	
		
			
				|  | @@ -58,7 +58,7 @@ TODO: Add long description of the pod here.
 | 
	
		
			
				|  |  |      uu.dependency 'KeychainAccess','4.2.2'
 | 
	
		
			
				|  |  |      uu.dependency 'Kingfisher','6.3.0'
 | 
	
		
			
				|  |  |      uu.dependency 'Toast-Swift','5.0.1'
 | 
	
		
			
				|  |  | -    cc.dependency 'BFCommonKit/BFCategorys'
 | 
	
		
			
				|  |  | +    uu.dependency 'BFCommonKit/BFCategorys'
 | 
	
		
			
				|  |  |    end
 | 
	
		
			
				|  |  |    s.subspec 'BFDebug' do |dd|
 | 
	
		
			
				|  |  |      dd.source_files = 'BFCommonKit/Classes/BFDebug/*'
 |