Method: Pod::Source::HealthReporter::HealthReport#pods_by_error

Defined in:
lib/cocoapods-core/source/health_reporter.rb

#pods_by_errorHash{ String => Hash }

Returns The pods (the version grouped by name) grouped by an error message.

Returns:

  • (Hash{ String => Hash })

    The pods (the version grouped by name) grouped by an error message.



157
158
159
# File 'lib/cocoapods-core/source/health_reporter.rb', line 157

def pods_by_error
  @pods_by_error
end