Class: Pod::Specification::Set::Head
- Defined in:
- lib/cocoapods-core/specification/set.rb
Overview
The Set::Head class handles Pods in head mode. Pods in head mode don't use the Pod::Source and are initialized by a given specification.
Instance Attribute Summary
Attributes inherited from External
Instance Method Summary collapse
-
#initialize(spec) ⇒ Head
constructor
A new instance of Head.
Methods inherited from External
Constructor Details
#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 |