Skip to content

Commit

Permalink
Update doc for script phase DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Oct 6, 2017
1 parent 153c5df commit d071033
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/cocoapods-core/specification/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,10 @@ def dependency(*args)
# variables that are set during compilation.
#
# A Pod can provide multiple script phases to execute and they will be added in the order they were
# declared.
# declared and after taking into consideration their execution position setting.
#
# **Note** In order to provide visibility and awareness of the contents of all script phases,
# a warning will be presented to the user upon installing your pod if it includes any script phases.
#
# @example
#
Expand Down

0 comments on commit d071033

Please sign in to comment.