Method: Pod::Specification::Set::Presenter#summary

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

#summaryString

Returns a short description, expected to be 140 characters long of the Pod.

Returns:

  • (String)

    a short description, expected to be 140 characters long of the Pod.



102
103
104
# File 'lib/cocoapods-core/specification/set/presenter.rb', line 102

def summary
  spec.summary
end