Class: Pod::Podfile

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

Defined Under Namespace

Classes: TargetDefinition

Instance Method Summary collapse

Instance Method Details

#configObject



4
5
6
7
8
# File 'lib/cocoapods/hooks/installer_representation.rb', line 4

def config
  UI.warn "Podfile#config is deprecated. The config is accessible from " \
    "the parameter passed to the hooks"
  Config.instance
end