module Pod::Specification::DSL::Deprecations

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

Public Instance Methods

xcconfig=(value) click to toggle source
# 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