Method: Pod::Source#repo

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

#repoPathname (readonly)

Returns The path where the source is stored.

Returns:

  • (Pathname)

    The path where the source is stored.



88
89
90
# File 'lib/cocoapods-core/source.rb', line 88

def repo
  @repo
end