Method: Pod::Specification::Set::Presenter#sources
- Defined in:
- lib/cocoapods-core/specification/set/presenter.rb
#sources ⇒ Array<String>
Returns 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 |