Class: Pod::Command::Repo

Inherits:
Pod::Command show all
Extended by:
Executable
Defined in:
lib/cocoapods/command/repo.rb,
lib/cocoapods/command/repo/add.rb,
lib/cocoapods/command/repo/lint.rb,
lib/cocoapods/command/repo/list.rb,
lib/cocoapods/command/repo/push.rb,
lib/cocoapods/command/repo/remove.rb,
lib/cocoapods/command/repo/update.rb,
lib/cocoapods/command/repo/add_cdn.rb

Direct Known Subclasses

Add, AddCDN, Lint, List, Push, Remove, Update

Defined Under Namespace

Classes: Add, AddCDN, Lint, List, Push, Remove, Update

Instance Method Summary collapse

Methods included from Executable

capture_command, capture_command!, executable, execute_command, popen3, reader, which, which!

Methods inherited from Pod::Command

#ensure_master_spec_repo_exists!, ensure_not_root_or_allowed!, git_version, #initialize, #installer_for_config, options, report_error, run, #verify_lockfile_exists!, verify_minimum_git_version!, #verify_podfile_exists!, verify_xcode_license_approved!

Methods included from Pod::Config::Mixin

#config

Constructor Details

This class inherits a constructor from Pod::Command

Instance Method Details

#dirObject



25
26
27
# File 'lib/cocoapods/command/repo.rb', line 25

def dir
  config.repos_dir + @name
end