Class: Pod::Command::Spm

Inherits:
Pod::Command show all
Includes:
SPM::Config::Mixin
Defined in:
lib/cocoapods-spm/command/spm.rb,
lib/cocoapods-spm/command/fetch.rb,
lib/cocoapods-spm/command/prebuild.rb

Direct Known Subclasses

Fetch, Prebuild

Defined Under Namespace

Classes: Fetch, Prebuild

Instance Method Summary collapse

Methods included from SPM::Config::Mixin

#macro_pods, #spm_config

Instance Method Details

#update_cli_config(options) ⇒ Object



12
13
14
# File 'lib/cocoapods-spm/command/spm.rb', line 12

def update_cli_config(options)
  spm_config.cli_config.merge!(options)
end