Module: Pod::Podfile::LynxExtensionDSL

Included in:
Pod::Podfile, DSL
Defined in:
lib/cocoapods_plugin.rb

Instance Method Summary collapse

Instance Method Details

#use_lynx_extension!(options = {}) ⇒ Object



10
11
12
# File 'lib/cocoapods_plugin.rb', line 10

def use_lynx_extension!(options = {})
  Lynx::Extension::Autolink.install!(self, options)
end