| 
					
				 | 
			
			
				@@ -8,7 +8,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Pod::Spec.new do |s| 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.name             = 'BFCommonKit' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  s.version          = '0.1.7' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  s.version          = '0.1.8' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.summary          = 'A short description of BFCommonKit.' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.swift_version    = '5.0' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # This description is used to generate tags and improve search results. 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -54,7 +54,7 @@ TODO: Add long description of the pod here. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     uu.dependency 'Alamofire','4.9.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     uu.dependency 'KeychainAccess','4.2.2' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     uu.dependency 'Kingfisher','6.3.0' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    uu.dependency 'Toast_Swift','5.0.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    uu.dependency 'Toast-Swift','5.0.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   end 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.subspec 'BFDebug' do |dd| 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     dd.source_files = 'BFCommonKit/Classes/BFDebug/*' 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -67,13 +67,12 @@ TODO: Add long description of the pod here. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # s.public_header_files = 'Pod/Classes/**/*.h' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   # s.frameworks = 'UIKit', 'MapKit' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  s.frameworks = 'UIKit', 'AVFoundation','CoreMedia', 'QuartzCore' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  # s.dependency 'AFNetworking', '~> 2.3' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  s.dependency 'Kingfisher','6.3.0' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  s.dependency 'KingfisherWebP','1.3.0' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  s.dependency 'SnapKit','5.0.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  s.dependency 'Alamofire','4.9.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  s.dependency 'KeychainAccess','4.2.2' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  s.dependency 'Toast-Swift','5.0.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  s.dependency 'FDFullscreenPopGesture' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#  s.frameworks = 'UIKit', 'AVFoundation','CoreMedia', 'QuartzCore' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#  s.dependency 'Kingfisher','6.3.0' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#  s.dependency 'KingfisherWebP','1.3.0' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#  s.dependency 'SnapKit','5.0.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#  s.dependency 'Alamofire','4.9.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#  s.dependency 'KeychainAccess','4.2.2' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#  s.dependency 'Toast-Swift','5.0.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+#  s.dependency 'FDFullscreenPopGesture' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 end 
			 |