Method: Pod::Source::Manager#aggregate
- Defined in:
- lib/cocoapods-core/source/manager.rb
#aggregate ⇒ Source::Aggregate
Returns The aggregate of all the sources with the known Pods.
25 26 27 |
# File 'lib/cocoapods-core/source/manager.rb', line 25 def aggregate aggregate_with_repos(source_repos) end |