Commit 2986a560 authored by Orta Therox's avatar Orta Therox

[PreInstallHooks] More segiddinscop changes

parent a28445d0
...@@ -15,8 +15,8 @@ To install release candidates run `[sudo] gem install cocoapods --pre` ...@@ -15,8 +15,8 @@ To install release candidates run `[sudo] gem install cocoapods --pre`
* Supports running pre-install hooks in plugins. This happens before the resolver * Supports running pre-install hooks in plugins. This happens before the resolver
does its work, and offers easy access to the sandbox, podfile and lockfile via a does its work, and offers easy access to the sandbox, podfile and lockfile via a
PreInstallHooksContext object. This also renames the post-install hooks from HooksContext `PreInstallHooksContext` object. This also renames the post-install hooks from `HooksContext`
to PostInstallHooksContext. to `PostInstallHooksContext`.
[Orta Therox](https://github.com/orta) [Orta Therox](https://github.com/orta)
[cocoapods#3540](https://github.com/CocoaPods/cocoapods/issues/3409) [cocoapods#3540](https://github.com/CocoaPods/cocoapods/issues/3409)
......
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../../../spec_helper', __FILE__)
module Pod module Pod
......
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