Method: Pod::Source#specification

Defined in:
lib/cocoapods-core/source.rb

#specification(name, version) ⇒ Specification

Returns the specification for a given version of Pod.

Parameters:

  • specification_path

Returns:

  • the specification for a given version of Pod.



187
188
189
# File 'lib/cocoapods-core/source.rb', line 187

def specification(name, version)
  Specification.from_file(specification_path(name, version))
end