Module: Pod::Command::Project::Options

Defined in:
lib/cocoapods/command/project.rb

Instance Method Summary collapse

Instance Method Details

#optionsObject



40
41
42
43
44
45
46
# File 'lib/cocoapods/command/project.rb', line 40

def options
  [
    ['--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