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.