Method: Pod::Podfile::ENVExecutor#execute_with_bin_plugin

Defined in:
lib/cocoapods-tj/native/podfile_env.rb

#execute_with_bin_plugin(&block) ⇒ Object



13
14
15
# File 'lib/cocoapods-tj/native/podfile_env.rb', line 13

def execute_with_bin_plugin(&block)
  execute_with_key(USE_PLUGINS, -> { 'cocoapods-tj' }, &block)
end