class Pod::Podfile

Public Instance Methods

installation_options() click to toggle source

@return [Pod::Installer::InstallationOptions] the installation options specified in the Podfile

# File lib/cocoapods/podfile.rb, line 9
def installation_options
  @installation_options ||= Pod::Installer::InstallationOptions.from_podfile(self)
end