class Pod::Command::Update

def run

def run
  verify_podfile_exists!
  verify_lockfile_exists!
  run_install_with_update(true)
end