Class: Pod::Specification::Set::SpecWithSource
- Inherits:
 - 
      Pod::Specification
      
        
- Object
 - Pod::Specification
 - Pod::Specification::Set::SpecWithSource
 
 
- Defined in:
 - lib/cocoapods/resolver/lazy_specification.rb
 
Instance Attribute Summary collapse
- 
  
    
      #spec_source  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute spec_source.
 
Instance Method Summary collapse
- 
  
    
      #initialize(spec, source)  ⇒ SpecWithSource 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of SpecWithSource.
 
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_source ⇒ Object (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  |