Module: Pod::Command::Project::Options
- Defined in:
- lib/cocoapods/command/project.rb
Instance Method Summary collapse
Instance Method Details
#options ⇒ Object
40 41 42 43 44 45 46 |
# File 'lib/cocoapods/command/project.rb', line 40 def [ ['--no-clean', 'Leave SCM dirs like `.git` and `.svn` intact after downloading'], ['--no-integrate', 'Skip integration of the Pods libraries in the Xcode project(s)'], ['--no-repo-update', 'Skip running `pod repo update` before install'], ].concat(super) end |