From 6d93f492eee542cbb91c6ebb0652e07ec861cb69 Mon Sep 17 00:00:00 2001 From: Marius Rackwitz Date: Sat, 4 Apr 2015 15:10:01 +0200 Subject: [PATCH] [Specification::DSL] root_attributes are not inherited --- lib/cocoapods-core/specification/dsl.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/cocoapods-core/specification/dsl.rb b/lib/cocoapods-core/specification/dsl.rb index d6e398e4b..07a2eb322 100644 --- a/lib/cocoapods-core/specification/dsl.rb +++ b/lib/cocoapods-core/specification/dsl.rb @@ -794,8 +794,7 @@ def dependency(*args) # @param [String] name # the module name. # - root_attribute :module_name, - :inherited => true + root_attribute :module_name #------------------#