|  | @@ -41,7 +41,8 @@ TODO: Add long description of the pod here.
 | 
	
		
			
				|  |  |                    'OTHER_SWIFT_FLAGS' => "$(inherited) -DGLES",
 | 
	
		
			
				|  |  |                     'VALIDATE_WORKSPACE_SKIPPED_SDK_FRAMEWORKS' => "OpenGLES"
 | 
	
		
			
				|  |  |                   }
 | 
	
		
			
				|  |  | -   s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load', 'VALID_ARCHS' => 'arm64 armv7' }
 | 
	
		
			
				|  |  | +#   s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load', 'VALID_ARCHS' => 'arm64 armv7' }
 | 
	
		
			
				|  |  | +   s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load'}
 | 
	
		
			
				|  |  |     s.public_header_files = 'BFFramework/Classes/**/*.h'
 | 
	
		
			
				|  |  |     # s.private_header_files = 'BFFramework/Classes/SupportFiles/AliyunOSSiOSAK_umbrella.h'
 | 
	
		
			
				|  |  |     # s.preserve_paths = ['BFFramework/Classes/BFFrameworkPodHeader.h']
 |