Class: Pod::Installer

Inherits:
Object
  • Object
show all
Includes:
Mixin::PatchingBehavior, SPM::Config::Mixin
Defined in:
lib/cocoapods-spm/def/installer.rb,
lib/cocoapods-spm/patch/installer.rb,
lib/cocoapods-spm/macro/pod_installer.rb

Defined Under Namespace

Classes: MacroPodInstaller

Instance Method Summary collapse

Methods included from SPM::Config::SPMConfigMixin

#local_macro_pod?, #local_macro_pod_dir, #macro_pods, #spm_config

Methods included from SPM::Config::PodConfigMixin

#pod_config

Methods included from SPM::Config::ProjectConfigMixin

#project_config

Methods included from Mixin::PatchingBehavior

included, #patch_method

Instance Method Details

#native_targetsObject



3
4
5
# File 'lib/cocoapods-spm/def/installer.rb', line 3

def native_targets
  pods_project.targets + pod_target_subprojects.flat_map(&:targets)
end