Method: Pod::Specification#raw_version
- Defined in:
- lib/cocoapods-core/specification.rb
#raw_version ⇒ Object, Nil (private)
Returns 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 |