Class: Pod::Installer::PodSourceInstaller
- Inherits:
 - 
      Object
      
        
- Object
 - Pod::Installer::PodSourceInstaller
 
 
- Defined in:
 - lib/cocoapods-mtxx-bin/native/pod_source_installer.rb
 
Instance Attribute Summary collapse
- 
  
    
      #installation_options  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute installation_options.
 
Instance Method Summary collapse
Instance Attribute Details
#installation_options ⇒ Object
Returns the value of attribute installation_options.
      8 9 10  | 
    
      # File 'lib/cocoapods-mtxx-bin/native/pod_source_installer.rb', line 8 def @installation_options end  | 
  
Instance Method Details
#old_verify_source_is_secure ⇒ Object
      10  | 
    
      # File 'lib/cocoapods-mtxx-bin/native/pod_source_installer.rb', line 10 alias old_verify_source_is_secure verify_source_is_secure  | 
  
#verify_source_is_secure(root_spec) ⇒ Object
      11 12 13 14 15 16  | 
    
      # File 'lib/cocoapods-mtxx-bin/native/pod_source_installer.rb', line 11 def verify_source_is_secure(root_spec) # http source 默认不警告 if .warn_for_unsecure_source? old_verify_source_is_secure(root_spec) end end  |