Method: Pod::Podfile::TargetDefinition#inheritance
- Defined in:
- lib/cocoapods-core/podfile/target_definition.rb
#inheritance ⇒ String
176 177 178 |
# File 'lib/cocoapods-core/podfile/target_definition.rb', line 176 def inheritance get_hash_value('inheritance', 'complete') end |