Method: Pod::Specification::Set::Presenter#subspecs

Defined in:
lib/cocoapods-core/specification/set/presenter.rb

#subspecsArray

Returns an array containing all the subspecs of the Pod.

Returns:

  • (Array)

    an array containing all the subspecs of the Pod.



169
170
171
# File 'lib/cocoapods-core/specification/set/presenter.rb', line 169

def subspecs
  (spec.recursive_subspecs.any? && spec.recursive_subspecs) || nil
end