From 66c9f62042ced9e8f3b74c091b280049b5009713 Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Thu, 8 Aug 2013 16:34:06 +0200 Subject: [PATCH] [Specification::DSL] Improve prepare command comments --- lib/cocoapods-core/specification/dsl.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/cocoapods-core/specification/dsl.rb b/lib/cocoapods-core/specification/dsl.rb index 948e21e84..c18042be3 100644 --- a/lib/cocoapods-core/specification/dsl.rb +++ b/lib/cocoapods-core/specification/dsl.rb @@ -310,7 +310,11 @@ module DSL # specification are collected. # # This command is executed before the Pod is cleaned and before the - # Pods project is created. + # Pods project is created. The working directory is the root of the + # Pod. + # + # If the pod is installed with the `:path` option this command will not + # be executed. # # @example #