Method: Pod::Lockfile#external_sources_data
- Defined in:
- lib/cocoapods-core/lockfile.rb
#external_sources_data ⇒ Hash{String => Hash} (private)
Returns a hash where the name of the pods are the keys and the values are the external source hash the dependency that required the pod.
224 225 226 |
# File 'lib/cocoapods-core/lockfile.rb', line 224 def external_sources_data @external_sources_data ||= internal_data['EXTERNAL SOURCES'] || {} end |