Method: Pod::Source::Manager#aggregate

Defined in:
lib/cocoapods-core/source/manager.rb

#aggregateSource::Aggregate

Returns The aggregate of all the sources with the known Pods.

Returns:


25
26
27
# File 'lib/cocoapods-core/source/manager.rb', line 25

def aggregate
  aggregate_with_repos(source_repos)
end