Module: Pod::SPM::Config::Mixin

Included in:
Command::Spm, Installer, Installer::MacroPodInstaller, Hook, MacroFetcher, MacroPrebuilder
Defined in:
lib/cocoapods-spm/config.rb

Instance Method Summary collapse

Instance Method Details

#macro_podsObject



9
10
11
# File 'lib/cocoapods-spm/config.rb', line 9

def macro_pods
  Pod::Config.instance.podfile.macro_pods
end

#spm_configObject



5
6
7
# File 'lib/cocoapods-spm/config.rb', line 5

def spm_config
  Config.instance
end