lib/jazzy/podspec_documenter.rb in jazzy-0.2.2 vs lib/jazzy/podspec_documenter.rb in jazzy-0.2.3
- old
+ new
@@ -73,9 +73,10 @@
def pod_config
Pod::Config.instance.tap do |c|
c.installation_root = Pathname(Dir.mktmpdir)
c.installation_root.rmtree if c.installation_root.exist?
c.integrate_targets = false
+ c.deduplicate_targets = false
end
end
def pod_path
if podspec.defined_in_file