Class: Pod::Specification

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

Instance Method Summary collapse

Instance Method Details

#configObject



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

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