Class: Pod::Podfile
- Inherits:
 - 
      Object
      
        
- Object
 - Pod::Podfile
 
 
- Defined in:
 - lib/cocoapods/podfile.rb
 
Instance Method Summary collapse
- 
  
    
      #installation_options  ⇒ Pod::Installer::InstallationOptions 
    
    
  
  
  
  
  
  
  
  
  
    
The installation options specified in the Podfile.
 
Instance Method Details
#installation_options ⇒ Pod::Installer::InstallationOptions
Returns the installation options specified in the Podfile.
      9 10 11  | 
    
      # File 'lib/cocoapods/podfile.rb', line 9 def @installation_options ||= Pod::Installer::InstallationOptions.from_podfile(self) end  |