Method: Pod::Podfile::DSL#generate_bridge_support!

Defined in:
lib/cocoapods-core/podfile/dsl.rb

#generate_bridge_support!void

This method returns an undefined value.

Specifies that a BridgeSupport metadata document should be generated from the headers of all installed Pods.


This is for scripting languages such as [MacRuby](macruby.org), [Nu](programming.nu/index), and [JSCocoa](inexdo.com/JSCocoa), which use it to bridge types, functions, etc.

[View source]

827
828
829
# File 'lib/cocoapods-core/podfile/dsl.rb', line 827

def generate_bridge_support!
  set_hash_value('generate_bridge_support', true)
end