Class: Pod::Command::Install

Inherits:
Pod::Command show all
Includes:
Project
Defined in:
lib/cocoapods/command/project.rb

Overview

————————————————————————-#

Instance Method Summary collapse

Methods included from Project

included, #initialize, #run_install_with_update

Methods inherited from Pod::Command

#ensure_master_spec_repo_exists!, #initialize, options, report_error, run

Methods included from Pod::Config::Mixin

#config

Instance Method Details

#runObject



99
100
101
102
# File 'lib/cocoapods/command/project.rb', line 99

def run
  verify_podfile_exists!
  run_install_with_update(false)
end