Method: Pod::Project#pod_group
- Defined in:
- lib/cocoapods/project.rb
#pod_group(pod_name) ⇒ PBXGroup
Returns the group for the Pod with the given name.
187 188 189 |
# File 'lib/cocoapods/project.rb', line 187 def pod_group(pod_name) pod_groups.find { |group| group.name == pod_name } end |