Module: CocoapodsPodfileLocal::DSL

Included in:
Pod::Podfile
Defined in:
lib/cocoapods_podfile_local/dsl.rb

Instance Method Summary collapse

Instance Method Details

#edit(pod_name, options = {}) ⇒ Object



3
4
5
# File 'lib/cocoapods_podfile_local/dsl.rb', line 3

def edit(pod_name, options = {})
  CocoapodsPodfileLocal::OverrideManager.instance.register(pod_name, options)
end