Class: Pod::Podfile

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods/podfile.rb

Instance Method Summary collapse

Instance Method Details

#installation_optionsPod::Installer::InstallationOptions

Returns the installation options specified in the Podfile.

Returns:



9
10
11
# File 'lib/cocoapods/podfile.rb', line 9

def installation_options
  @installation_options ||= Pod::Installer::InstallationOptions.from_podfile(self)
end