Method: Pod::Specification::DSL::RootAttributesAccessors#module_map

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

#module_mapString, Nil

Returns The custom module map file of the Pod, if specified.

Returns:

  • (String, Nil)

    The custom module map file of the Pod, if specified.



218
219
220
# File 'lib/cocoapods-core/specification/root_attribute_accessors.rb', line 218

def module_map
  attributes_hash['module_map']
end