lib/cocoapods-rome/pre_install.rb in cocoapods-rome-0.2.0 vs lib/cocoapods-rome/pre_install.rb in cocoapods-rome-0.3.0
- old
+ new
@@ -1,4 +1,5 @@
Pod::HooksManager.register('cocoapods-rome', :pre_install) do |installer_context|
installer_context.podfile.use_frameworks!
Pod::Config.instance.integrate_targets = false
+ Pod::Config.instance.deduplicate_targets = false
end