Class: PodPrebuild::PostInstallHook

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-binary-ht/hooks/post_install.rb

Instance Method Summary collapse

Constructor Details

#initialize(installer_context) ⇒ PostInstallHook

Returns a new instance of PostInstallHook.



3
4
5
# File 'lib/cocoapods-binary-ht/hooks/post_install.rb', line 3

def initialize(installer_context)
  @installer_context = installer_context
end

Instance Method Details

#runObject



7
8
9
# File 'lib/cocoapods-binary-ht/hooks/post_install.rb', line 7

def run
  diagnose if PodPrebuild::Env.integration_stage?
end