From 13f4303becec31b91aa2fa2843eb4694070e3c28 Mon Sep 17 00:00:00 2001 From: Igor Makarov Date: Mon, 22 Feb 2021 11:31:22 +0200 Subject: [PATCH] add eager preload --- lib/cocoapods-core/single_source.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cocoapods-core/single_source.rb b/lib/cocoapods-core/single_source.rb index 05606a7a..237849e7 100644 --- a/lib/cocoapods-core/single_source.rb +++ b/lib/cocoapods-core/single_source.rb @@ -20,6 +20,7 @@ class SingleSource < Source # def initialize(repo) super(repo) + spec_paths end private