Class: Pod::Specification::Set::LazySpecification

Inherits:
BasicObject
Defined in:
lib/cocoapods-tj/native/resolver.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#spec_sourceObject (readonly)

Returns the value of attribute spec_source.



184
185
186
# File 'lib/cocoapods-tj/native/resolver.rb', line 184

def spec_source
  @spec_source
end

Instance Method Details

#respond_to?(method, include_all = false) ⇒ Boolean

Returns:



193
194
195
196
197
# File 'lib/cocoapods-tj/native/resolver.rb', line 193

def respond_to?(method, include_all = false)
  return super unless method == :spec_source

  true
end