We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb0f08 commit 383692dCopy full SHA for 383692d
lib/cocoapods-deploy/deploy_downloader.rb
@@ -23,7 +23,8 @@ def download_source(config)
23
def download_podspec(config)
24
dependencies_for_sources(config).each do |dep|
25
source = ExternalSources.from_dependency(dep, config.podfile.defined_in_file)
26
-
+ source.no_validate = true
27
+
28
begin
29
return source.fetch(config.sandbox)
30
rescue Exception
0 commit comments