| 
					
				 | 
			
			
				@@ -8,7 +8,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Pod::Spec.new do |s| 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.name             = 'BFCommonKit' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  s.version          = '1.4.3' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  s.version          = '1.4.4' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.summary          = 'A short description of BFCommonKit.' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.swift_version    = '5.0' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # This description is used to generate tags and improve search results. 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -21,11 +21,11 @@ Pod::Spec.new do |s| 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 TODO: Add long description of the pod here. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        DESC 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  s.homepage         = 'https://git.yishihui.com/wenweiwei' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  s.homepage         = 'https://git.yishihui.com/iOS' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.license          = { :type => 'MIT', :file => 'LICENSE' } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.author           = { 'wenweiwei' => 'wenweiwei@piaoquantv.com' } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  s.source           = { :git => 'https://git.yishihui.com/wenweiwei/BFCommonKit.git', :tag => s.version.to_s } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  s.source           = { :git => 'https://git.yishihui.com/iOS/BFCommonKit.git', :tag => s.version.to_s } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.ios.deployment_target = '10.0' 
			 |