Method: Pod::Specification#raw_version

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

#raw_versionObject, Nil (private)

Returns the raw value specified for the version attribute, or nil.

Returns:

  • (Object, Nil)

    the raw value specified for the version attribute, or nil



214
215
216
# File 'lib/cocoapods-core/specification.rb', line 214

def raw_version
  root.attributes_hash['version']
end