Class: Pod::Specification::Set::SpecWithSource

Inherits:
Pod::Specification show all
Defined in:
lib/cocoapods/resolver/lazy_specification.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(spec, source) ⇒ SpecWithSource

Returns a new instance of SpecWithSource.



7
8
9
10
# File 'lib/cocoapods/resolver/lazy_specification.rb', line 7

def initialize(spec, source)
  super(spec)
  @spec_source = source
end

Instance Attribute Details

#spec_sourceObject (readonly)

Returns the value of attribute spec_source.



6
7
8
# File 'lib/cocoapods/resolver/lazy_specification.rb', line 6

def spec_source
  @spec_source
end