Method: Pod::Source::Manager#search
- Defined in:
- lib/cocoapods-core/source/manager.rb
permalink #search(dependency) ⇒ Set?
Search the appropriate sources to match the set for the given dependency.
102 103 104 |
# File 'lib/cocoapods-core/source/manager.rb', line 102 def search(dependency) aggregate_for_dependency(dependency).search(dependency) end |