Method: Pod::Installer::PodSourceInstaller#initialize
- Defined in:
- lib/cocoapods/installer/pod_source_installer.rb
#initialize(sandbox, podfile, specs_by_platform, can_cache: true) ⇒ PodSourceInstaller
Initialize a new instance
37 38 39 40 41 42 |
# File 'lib/cocoapods/installer/pod_source_installer.rb', line 37 def initialize(sandbox, podfile, specs_by_platform, can_cache: true) @sandbox = sandbox @podfile = podfile @specs_by_platform = specs_by_platform @can_cache = can_cache end |