Class: Pod::Command::Setup

Inherits:
Pod::Command show all
Defined in:
lib/cocoapods/command/setup.rb

Instance Method Summary collapse

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

#runObject



12
13
14
15
# File 'lib/cocoapods/command/setup.rb', line 12

def run
  # Right now, no setup is needed
  UI.puts 'Setup completed'.green
end