Method: Pod::Specification::DSL::RootAttributesAccessors#deprecated?

Defined in:
lib/cocoapods-core/specification/root_attribute_accessors.rb

#deprecated?Boolean

Returns Wether the pod is deprecated either in favor of some other pod or simply deprecated.

Returns:

  • (Boolean)

    Wether the pod is deprecated either in favor of some other pod or simply deprecated.



211
212
213
# File 'lib/cocoapods-core/specification/root_attribute_accessors.rb', line 211

def deprecated?
  deprecated || !deprecated_in_favor_of.nil?
end