Method: Pod::Lockfile#pod_names

Defined in:
lib/cocoapods-core/lockfile.rb

#pod_namesArray<String>

Returns the names of the installed Pods.

Returns:

  • (Array<String>)

    the names of the installed Pods.

[View source]

73
74
75
76
# File 'lib/cocoapods-core/lockfile.rb', line 73

def pod_names
  generate_pod_names_and_versions unless @pod_names
  @pod_names
end