Method: Pod::Specification::Set::Presenter#authors
- Defined in:
- lib/cocoapods-core/specification/set/presenter.rb
#authors ⇒ String
Returns the list of the authors of the Pod in sentence format.
88 89 90 91 |
# File 'lib/cocoapods-core/specification/set/presenter.rb', line 88 def return '' unless spec. spec..keys.to_sentence end |