Skip to content

Commit

Permalink
Merge pull request #3910 from CocoaPods/mr-remove-hook-autoload
Browse files Browse the repository at this point in the history
Remove Hooks module definition with autoloads
  • Loading branch information
mrackwitz committed Jul 27, 2015
2 parents 9f22ed9 + ec008b0 commit e9a7304
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/cocoapods.rb
Expand Up @@ -67,10 +67,4 @@ module Generator
autoload :UmbrellaHeader, 'cocoapods/generator/umbrella_header'
autoload :XCConfig, 'cocoapods/generator/xcconfig'
end

module Hooks
autoload :InstallerRepresentation, 'cocoapods/hooks/installer_representation'
autoload :LibraryRepresentation, 'cocoapods/hooks/library_representation'
autoload :PodRepresentation, 'cocoapods/hooks/pod_representation'
end
end

0 comments on commit e9a7304

Please sign in to comment.