class Pod::Specification::Set::Head

The Set::Head class handles Pods in head mode. Pods in head mode don't use the {Source} and are initialized by a given specification.

Public Class Methods

new(spec) click to toggle source
Calls superclass method Pod::Specification::Set::External::new
# File lib/cocoapods-core/specification/set.rb, line 170
def initialize(spec)
  super
  specification.version.head = true
end