CocoaPods/CocoaPods

View on GitHub
lib/cocoapods/installer/post_integrate_hooks_context.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Pod
  class Installer
    # Context object designed to be used with the HooksManager which describes
    # the context of the installer.
    #
    class PostIntegrateHooksContext < BaseInstallHooksContext
    end
  end
end