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

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#spec_sourceObject (readonly)

Returns the value of attribute spec_source.



217
218
219
# File 'lib/cocoapods-imy-bin/native/resolver.rb', line 217

def spec_source
  @spec_source
end

Instance Method Details

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

Returns:

  • (Boolean)


226
227
228
229
230
# File 'lib/cocoapods-imy-bin/native/resolver.rb', line 226

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

  true
end