Class: SubPod::Installer

Inherits:
Pod::Installer
  • Object
show all
Defined in:
lib/subpod/installer.rb

Instance Method Summary collapse

Instance Method Details

#integrate_user_projectObject



3
4
5
6
7
8
9
# File 'lib/subpod/installer.rb', line 3

def integrate_user_project
  UI.section 'Integrating client project' do
    root = config.installation_root
    integrator = UserProjectIntegrator.new(podfile, sandbox, root, aggregate_targets)
    integrator.integrate!
  end
end