Method: Pod::Podfile::ENVExecutor#execute_with_use_binaries

Defined in:
lib/cocoapods-lhj-bin/native/podfile_env.rb

#execute_with_use_binaries(use_binaries, &block) ⇒ Object

[View source]

21
22
23
# File 'lib/cocoapods-lhj-bin/native/podfile_env.rb', line 21

def execute_with_use_binaries(use_binaries, &block)
  execute_with_key(USE_BINARIES, -> { use_binaries ? 'true' : 'false' }, &block)
end