class Pod::Config

Stores the global configuration of CocoaPods.

Attributes

caf_config_file[RW]
caf_config_path[RW]

Public Instance Methods

cafConfigFile() click to toggle source
# File lib/cocoapods-cafswitcher/cafswitcher_config.rb, line 14
def cafConfigFile
  @caf_config_file = caf_config_path + "CAFSwitcher.lock"
end
cafConfigPath() click to toggle source
# File lib/cocoapods-cafswitcher/cafswitcher_config.rb, line 8
def cafConfigPath
  @caf_config_path = project_root + "Pods/"
end