class Pod::Specification

def config

def config
  UI.warn "[#{name}] Specification#config is deprecated. The config is accessible from " \
    "the parameter passed to the hooks"
  Config.instance
end