Method: Pod::Sandbox::PodspecFinder#initialize

Defined in:
lib/cocoapods/sandbox/podspec_finder.rb

#initialize(root) ⇒ PodspecFinder

Returns a new instance of PodspecFinder.



6
7
8
# File 'lib/cocoapods/sandbox/podspec_finder.rb', line 6

def initialize(root)
  @root = root
end