Method: Pod::Lockfile#checkout_options_for_pod_named
- Defined in:
- lib/cocoapods-core/lockfile.rb
#checkout_options_for_pod_named(name) ⇒ Hash
Returns the specific checkout options for the external source of the pod with the given name.
188 189 190 |
# File 'lib/cocoapods-core/lockfile.rb', line 188 def (name) [name] end |