| 
					
				 | 
			
			
				@@ -5,7 +5,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # Any lines starting with a # are optional, but their use is encouraged 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+# update framework 2021.11.1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 Pod::Spec.new do |s| 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.name             = 'BFCommonKit' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.version          = '1.4.9' 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -39,10 +39,10 @@ TODO: Add long description of the pod here. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.subspec 'BFBase' do |bb| 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     bb.source_files = 'BFCommonKit/Classes/BFBase/**/*' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     bb.frameworks = 'UIKit', 'WebKit' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    bb.dependency 'Alamofire' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    bb.dependency 'SnapKit' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    bb.dependency 'Alamofire','5.4.4' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    bb.dependency 'SnapKit','5.0.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     bb.dependency 'RealmSwift','10.7.6' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    bb.dependency 'FDFullscreenPopGesture' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    bb.dependency 'FDFullscreenPopGesture','1.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     bb.dependency 'BFCommonKit/BFUtility' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     bb.dependency 'BFCommonKit/BFConfig' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     bb.dependency 'BFCommonKit/BFCategorys' 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -54,16 +54,16 @@ TODO: Add long description of the pod here. 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.subspec 'BFCategorys' do |cc| 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     cc.source_files = 'BFCommonKit/Classes/BFCategorys/*' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     cc.frameworks = 'Foundation','UIKit','MobileCoreServices' # ,'CommonCrypto' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    cc.dependency 'KingfisherWebP' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    cc.dependency 'KingfisherWebP','1.3.0' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   end 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   s.subspec 'BFUtility' do |uu| 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     uu.source_files = 'BFCommonKit/Classes/BFUtility/*' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     uu.frameworks = 'Foundation','UIKit','AdSupport','Photos','AudioToolbox','AVKit' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    uu.dependency 'KingfisherWebP' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    uu.dependency 'Alamofire' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    uu.dependency 'KeychainAccess' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    uu.dependency 'Kingfisher' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    uu.dependency 'Toast-Swift' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    uu.dependency 'KingfisherWebP','1.3.0' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    uu.dependency 'Alamofire','5.4.4' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    uu.dependency 'KeychainAccess','4.2.2' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    uu.dependency 'Kingfisher','6.3.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    uu.dependency 'Toast-Swift','5.0.1' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     uu.dependency 'BFCommonKit/BFCategorys' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     uu.dependency 'BFCommonKit/BFConfig' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   end 
			 |