Method: Pod::Specification::Set::Presenter#version
- Defined in:
- lib/cocoapods-core/specification/set/presenter.rb
#version ⇒ Version
Returns the highest version of available for the Pod.
32 33 34 |
# File 'lib/cocoapods-core/specification/set/presenter.rb', line 32 def version @set.versions.first end |