Class: Pod::Command::Update

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

#initialize, options, parse, report_error, run

Methods included from Pod::Config::Mixin

#config

Instance Method Details

#runObject



79
80
81
82
83
# File 'lib/cocoapods/command/project.rb', line 79

def run
  verify_podfile_exists!
  verify_lockfile_exists!
  run_install_with_update(true)
end