module Pod::Podfile::DSL
Public Instance Methods
ignore_cache_proxy_pods!(pods = [])
click to toggle source
# 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