Module: Pod::Installer::InstallerMixin

Included in:
Pod::Installer, SPM::Hook
Defined in:
lib/cocoapods-spm/def/installer.rb

Instance Method Summary collapse

Instance Method Details

#native_targetsObject



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

def native_targets
  projects_to_integrate.flat_map(&:targets)
end

#projects_to_integrateObject



8
9
10
# File 'lib/cocoapods-spm/def/installer.rb', line 8

def projects_to_integrate
  [pods_project] + pod_target_subprojects
end