From 80cc85cc97686d229fc46881f5cd63823b44c2ec Mon Sep 17 00:00:00 2001 From: Nate West Date: Fri, 1 Apr 2016 15:17:19 -0400 Subject: [PATCH] [Pod::SourcesManager] Use new class structure --- app/CPReflectionService/RBObject+CocoaPods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CPReflectionService/RBObject+CocoaPods.rb b/app/CPReflectionService/RBObject+CocoaPods.rb index 35846e25..d7a8576f 100644 --- a/app/CPReflectionService/RBObject+CocoaPods.rb +++ b/app/CPReflectionService/RBObject+CocoaPods.rb @@ -62,7 +62,7 @@ def self.analyze_podfile(podfile, installation_root) end def self.all_pods - Pod::SourcesManager.aggregate.all_pods + Pod::Config.instance.sources_manager.aggregate.all_pods end def self.lockfile_version(path)