class Pod::Installer::Analyzer
Public Instance Methods
explicit_pods()
click to toggle source
# File lib/pod_builder/analyzer.rb, line 6 def explicit_pods pods = [] podfile.root_target_definitions[0].children.each do |children| pods += children.dependencies end pods.flatten.uniq.sort end