Commit e9a73047 authored by Marius Rackwitz's avatar Marius Rackwitz

Merge pull request #3910 from CocoaPods/mr-remove-hook-autoload

Remove Hooks module definition with autoloads
parents 9f22ed90 ec008b00
...@@ -67,10 +67,4 @@ module Pod ...@@ -67,10 +67,4 @@ module Pod
autoload :UmbrellaHeader, 'cocoapods/generator/umbrella_header' autoload :UmbrellaHeader, 'cocoapods/generator/umbrella_header'
autoload :XCConfig, 'cocoapods/generator/xcconfig' autoload :XCConfig, 'cocoapods/generator/xcconfig'
end end
module Hooks
autoload :InstallerRepresentation, 'cocoapods/hooks/installer_representation'
autoload :LibraryRepresentation, 'cocoapods/hooks/library_representation'
autoload :PodRepresentation, 'cocoapods/hooks/pod_representation'
end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment