Method: Pod::Specification::Set#highest_version

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

#highest_versionVersion

Returns The highest version known of the specification.

Returns:

  • (Version)

    The highest version known of the specification.



80
81
82
# File 'lib/cocoapods-core/specification/set.rb', line 80

def highest_version
  versions.first
end