Method: Pod::Lockfile#spec_repo
- Defined in:
- lib/cocoapods-core/lockfile.rb
permalink #spec_repo(pod_name) ⇒ String, Nil
Returns the source of the given Pod.
103 104 105 |
# File 'lib/cocoapods-core/lockfile.rb', line 103 def spec_repo(pod_name) spec_repos_by_pod[pod_name] end |