Method: Pod::Specification#subspecs

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

#subspecsArray<Specification>

Returns The subspecs of the specification.

Returns:



75
76
77
# File 'lib/cocoapods-core/specification.rb', line 75

def subspecs
  @subspecs
end