Class: Pod::Installer
- Inherits:
-
Object
- Object
- Pod::Installer
- Defined in:
- lib/cocoapods-podInstalLocalDepencencies/installer_local_dependencies.rb
Defined Under Namespace
Classes: PreInstallHooksContext
Instance Attribute Summary collapse
-
#local_dependencies ⇒ Object
(also: #local_dependencies?)
Returns the value of attribute local_dependencies.
Instance Method Summary collapse
Instance Attribute Details
#local_dependencies ⇒ Object Also known as: local_dependencies?
Returns the value of attribute local_dependencies.
10 11 12 |
# File 'lib/cocoapods-podInstalLocalDepencencies/installer_local_dependencies.rb', line 10 def local_dependencies @local_dependencies end |
Instance Method Details
#run_plugins_pre_install_hooks ⇒ Object
13 14 15 16 17 |
# File 'lib/cocoapods-podInstalLocalDepencencies/installer_local_dependencies.rb', line 13 def run_plugins_pre_install_hooks context = PreInstallHooksContext.generate(sandbox, podfile, lockfile) context.local_dependencies = local_dependencies HooksManager.run(:pre_install, context, plugins) end |