Method: Pod::Podfile::TargetDefinition#name

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

#nameString

Returns the path of the project this target definition should link with.

Returns:

  • (String)

    the path of the project this target definition should link with.



136
137
138
# File 'lib/cocoapods-core/podfile/target_definition.rb', line 136

def name
  get_hash_value('name')
end