Method: Pod::Specification::DSL#module_name=

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

#module_name=(name) ⇒ Object

The name to use for the framework / clang module which will be generated for this specification instead of the default (header_dir if set, otherwise the specification name).

Examples:


spec.module_name = 'Three20'

Parameters:

  • name (String)

    the module name.



1037
# File 'lib/cocoapods-core/specification/dsl.rb', line 1037

root_attribute :module_name