From 7738d01101994723deebb907f2414b78fcb6988e Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Fri, 2 Aug 2013 10:23:54 +0200 Subject: [PATCH] [Specification::DSL] Improve prepare_command docs 2 --- lib/cocoapods-core/specification/dsl.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/cocoapods-core/specification/dsl.rb b/lib/cocoapods-core/specification/dsl.rb index fb04e4165..2802c1bcd 100644 --- a/lib/cocoapods-core/specification/dsl.rb +++ b/lib/cocoapods-core/specification/dsl.rb @@ -304,9 +304,10 @@ module DSL # @!method prepare_command=(command) # - # A bash script that will be executed after the Pod is downloaded. This - # command can be used to create, delete and modify any file downloaded - # and will be ran before other attributes from the specification. + # A bash script that will be executed after the Pod is downloaded. This + # command can be used to create, delete and modify any file downloaded + # and will be ran before any paths for other file attributes of the + # specification are collected. # # This command is executed before the Pod is cleaned and before the # Pods project is created.