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

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

Instance Method Summary collapse

Instance Method Details

#optionsObject



9
10
11
12
13
14
15
# File 'lib/cocoapods/command/project.rb', line 9

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