Skip to content

Commit

Permalink
Don't validate podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
petercv committed Jul 6, 2016
1 parent ccb0f08 commit 383692d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cocoapods-deploy/deploy_downloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,8 @@ def download_source(config)
def download_podspec(config)
dependencies_for_sources(config).each do |dep|
source = ExternalSources.from_dependency(dep, config.podfile.defined_in_file)

source.no_validate = true

begin
return source.fetch(config.sandbox)
rescue Exception
Expand Down

0 comments on commit 383692d

Please sign in to comment.