Class: Pod::Specification

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

Instance Method Summary collapse

Instance Method Details

#configObject



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

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