Module: Pod::Specification::DSL::Deprecations

Included in:
Pod::Specification
Defined in:
lib/cocoapods-core/specification/dsl/deprecations.rb

Overview

Provides warning and errors for the deprecated attributes of the DSL.

Instance Method Summary collapse

Instance Method Details

#xcconfig=(value) ⇒ Object



11
12
13
14
15
16
# File 'lib/cocoapods-core/specification/dsl/deprecations.rb', line 11

def xcconfig=(value)
  self.pod_target_xcconfig = value
  self.user_target_xcconfig = value
  CoreUI.warn "[#{self}] `xcconfig` has been split into "\
    '`pod_target_xcconfig` and `user_target_xcconfig`.'
end