Method: Pod::Podfile::TargetDefinition#parent

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

#parentTargetDefinition, Podfile (readonly)

Returns the parent target definition or the Podfile if the receiver is root.

Returns:



14
15
16
# File 'lib/cocoapods-core/podfile/target_definition.rb', line 14

def parent
  @parent
end