Method: Pod::Source#pod_path

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

#pod_path(name) ⇒ Pathname

Returns The path at which the specs for the given pod are stored.

Parameters:

  • name (String)

    The name of the pod.

Returns:

  • (Pathname)

    The path at which the specs for the given pod are stored.



113
114
115
# File 'lib/cocoapods-core/source.rb', line 113

def pod_path(name)
  specs_dir.join(*.path_fragment(name))
end