diff --git a/lib/cocoapods-core/specification/dsl.rb b/lib/cocoapods-core/specification/dsl.rb index 390813214..e85e65171 100644 --- a/lib/cocoapods-core/specification/dsl.rb +++ b/lib/cocoapods-core/specification/dsl.rb @@ -305,7 +305,7 @@ module DSL :git => [:tag, :branch, :commit, :submodules].freeze, :svn => [:folder, :tag, :revision].freeze, :hg => [:revision].freeze, - :http => [:flatten, :type, :sha256, :sha1].freeze, + :http => [:flatten, :type, :sha256, :sha1, :headers].freeze, }.freeze # @!method source=(source)