Method: Pod::Podfile::TargetDefinition#parent
- Defined in:
- lib/cocoapods-core/podfile/target_definition.rb
#parent ⇒ TargetDefinition, Podfile (readonly)
Returns the parent target definition or the Podfile if the receiver is root.
14 15 16 |
# File 'lib/cocoapods-core/podfile/target_definition.rb', line 14 def parent @parent end |