Skip to content

Commit 383692d

Browse files
authored
Don't validate podspecs
1 parent ccb0f08 commit 383692d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/cocoapods-deploy/deploy_downloader.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ def download_source(config)
2323
def download_podspec(config)
2424
dependencies_for_sources(config).each do |dep|
2525
source = ExternalSources.from_dependency(dep, config.podfile.defined_in_file)
26-
26+
source.no_validate = true
27+
2728
begin
2829
return source.fetch(config.sandbox)
2930
rescue Exception

0 commit comments

Comments
 (0)