Method: Pod::Podfile::TargetDefinition#raw_project_names_hash
- Defined in:
- lib/cocoapods-core/podfile/target_definition.rb
#raw_project_names_hash ⇒ Object (private)
1112 1113 1114 |
# File 'lib/cocoapods-core/podfile/target_definition.rb', line 1112 def raw_project_names_hash get_hash_value('project_names', {}) end |