Method: Pod::Specification::Set::Head#initialize

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

#initialize(spec) ⇒ Head

Returns a new instance of Head.



170
171
172
173
# File 'lib/cocoapods-core/specification/set.rb', line 170

def initialize(spec)
  super
  specification.version.head = true
end