Skip to content

Commit

Permalink
[Specification::DSL] Improve prepare_command docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Aug 2, 2013
1 parent 511fad1 commit 2558ca1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/cocoapods-core/specification/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ module DSL

# @!method prepare_command=(command)
#
# A command that will be executed after the Pod is downloaded. This
# command can be used to create or modify any file which be picked up
# by the other attributes of 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 other attributes from the specification.

This comment has been minimized.

Copy link
@alloy

alloy Aug 2, 2013

Member

‘will be ran before any paths for other file attributes of the specification are collected’

This comment has been minimized.

Copy link
@fabiopelosin

fabiopelosin Aug 2, 2013

Author Member

👍

#
# This command is executed before the Pod is cleaned and before the
# Pods project is created.
Expand All @@ -323,7 +323,7 @@ module DSL
# CMD
#
# @param [String] command
# the name of the pod.
# the prepare command of the pod.
#
root_attribute :prepare_command

Expand Down

0 comments on commit 2558ca1

Please sign in to comment.