Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
[Pod::SourcesManager] Use new class structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nwest committed Apr 15, 2016
1 parent 8ae0693 commit 80cc85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/CPReflectionService/RBObject+CocoaPods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 80cc85c

Please sign in to comment.