Module: Pod::Podfile::DSL
- Defined in:
- lib/cocoapods-cache-proxy/native/podfile_dsl.rb
Instance Method Summary collapse
Instance Method Details
#ignore_cache_proxy_pods!(pods = []) ⇒ Object
7 8 9 |
# File 'lib/cocoapods-cache-proxy/native/podfile_dsl.rb', line 7 def ignore_cache_proxy_pods!(pods = []) current_target_definition.set_ignore_cache_proxy_pods(pods) if !pods.blank? && !current_target_definition.nil? end |