Class: Pod::CocoapodsModularization::Hooks

Inherits:
Object
  • Object
show all
Defined in:
lib/hooks.rb

Instance Method Summary collapse

Instance Method Details

#hook_post_install(context) ⇒ Object



9
10
11
12
13
# File 'lib/hooks.rb', line 9

def hook_post_install(context) 
	Dir.glob("#{Meta::MetaConstants.post_install_hooks_path}/**/*.rb").each do |script|
     system("/usr/bin/ruby #{script}")
   end
end