Method: Pod::Specification::Set::Presenter#sources

Defined in:
lib/cocoapods-core/specification/set/presenter.rb

#sourcesArray<String>

Returns The name of the sources that contain the Pod sorted alphabetically.

Returns:

  • (Array<String>)

    The name of the sources that contain the Pod sorted alphabetically.


65
66
67
# File 'lib/cocoapods-core/specification/set/presenter.rb', line 65

def sources
  @set.sources.map(&:name).sort
end