Method: Pod::Specification#subspecs
- Defined in:
- lib/cocoapods-core/specification.rb
#subspecs ⇒ Array<Specification>
Returns The subspecs of the specification.
75 76 77 |
# File 'lib/cocoapods-core/specification.rb', line 75 def subspecs @subspecs end |