Method: Pod::Lockfile#pod_names
- Defined in:
- lib/cocoapods-core/lockfile.rb
permalink #pod_names ⇒ Array<String>
Returns the names of the installed Pods.
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 |