Skip to content

Commit

Permalink
[Specification::DSL] Improve prepare_command docs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Aug 2, 2013
1 parent 2558ca1 commit 7738d01
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/cocoapods-core/specification/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7738d01

Please sign in to comment.