Method: Pod::Specification::Set::Presenter#version

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

#versionVersion

Returns the highest version of available for the Pod.

Returns:

  • (Version)

    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