Method: Pod::Specification::Set::Presenter#subspecs
- Defined in:
- lib/cocoapods-core/specification/set/presenter.rb
#subspecs ⇒ Array
Returns 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 |