Class: CocoapodsPodfileLocal::PodfileLocalLoader

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods_podfile_local/hook.rb

Instance Method Summary collapse

Instance Method Details

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



5
6
7
# File 'lib/cocoapods_podfile_local/hook.rb', line 5

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