Class: Pod::Installer
- Inherits:
-
Object
- Object
- Pod::Installer
- 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
Methods included from SPM::Config::ProjectConfigMixin
Methods included from Mixin::PatchingBehavior
Instance Method Details
#native_targets ⇒ Object
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 |