Class: Pod::Command::Install
- Inherits:
-
Pod::Command
- Object
- CLAide::Command
- Pod::Command
- Pod::Command::Install
- 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
Instance Method Details
#run ⇒ Object
99 100 101 102 |
# File 'lib/cocoapods/command/project.rb', line 99 def run verify_podfile_exists! run_install_with_update(false) end |