Method: Pod::Specification::Set#highest_version
- Defined in:
- lib/cocoapods-core/specification/set.rb
#highest_version ⇒ Version
Returns 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 |