Module: Pod::Podfile::DSL

Defined in:
lib/helper/podfile_options.rb,
lib/helper/Core/podfile/dsl.rb

Instance Method Summary collapse

Instance Method Details

#localpod(name = nil, *requirements) ⇒ Object Also known as: lpod



8
9
10
11
# File 'lib/helper/podfile_options.rb', line 8

def localpod(name = nil, *requirements)
  Pod::inject_local_path(name, requirements)
  pod(name, *requirements)
end