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

Inherits:
BasicObject
Defined in:
lib/cocoapods-meitu-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.



281
282
283
# File 'lib/cocoapods-meitu-bin/native/resolver.rb', line 281

def spec_source
  @spec_source
end

Instance Method Details

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

Returns:

  • (Boolean)


290
291
292
293
294
# File 'lib/cocoapods-meitu-bin/native/resolver.rb', line 290

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

  true
end