lib/cocoapods-deploy/deploy_downloader.rb in cocoapods-deploy-0.0.9 vs lib/cocoapods-deploy/deploy_downloader.rb in cocoapods-deploy-0.0.10
- old
+ new
@@ -21,10 +21,11 @@
end
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
puts "Not Found"
end