Method: Pod::Source#metadata_path

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

#metadata_pathPathname

Returns The path at which source metadata is stored.

Returns:

  • The path at which source metadata is stored.



119
120
121
# File 'lib/cocoapods-core/source.rb', line 119

def 
  repo + 'CocoaPods-version.yml'
end