Method: Pod::Installer#aggregate_targets

Defined in:
lib/cocoapods/installer.rb

#aggregate_targetsArray<AggregateTarget> (readonly)

Returns The model representations of an aggregation of pod targets generated for a target definition in the Podfile as result of the analyzer.

Returns:

  • (Array<AggregateTarget>)

    The model representations of an aggregation of pod targets generated for a target definition in the Podfile as result of the analyzer.



386
387
388
# File 'lib/cocoapods/installer.rb', line 386

def aggregate_targets
  @aggregate_targets
end