Class: Pod::Sandbox::HeadersStore::SEARCH_PATHS_KEY

Inherits:
Struct
  • Object
show all
Defined in:
lib/cocoapods/sandbox/headers_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#platform_nameObject

Returns the value of attribute platform_name

Returns:

  • (Object)

    the current value of platform_name



7
8
9
# File 'lib/cocoapods/sandbox/headers_store.rb', line 7

def platform_name
  @platform_name
end

#target_nameObject

Returns the value of attribute target_name

Returns:

  • (Object)

    the current value of target_name



7
8
9
# File 'lib/cocoapods/sandbox/headers_store.rb', line 7

def target_name
  @target_name
end

#use_modular_headersObject

Returns the value of attribute use_modular_headers

Returns:

  • (Object)

    the current value of use_modular_headers



7
8
9
# File 'lib/cocoapods/sandbox/headers_store.rb', line 7

def use_modular_headers
  @use_modular_headers
end