Method: Pod::Source::Manager#master_repo_dir
- Defined in:
- lib/cocoapods-core/source/manager.rb
#master_repo_dir ⇒ Pathname
Returns The path of the master repo.
80 81 82 |
# File 'lib/cocoapods-core/source/manager.rb', line 80 def master_repo_dir source_dir(Pod::TrunkSource::TRUNK_REPO_NAME) end |