class Pod::Podfile

def config

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