Skip to content

Commit

Permalink
Updates the File patterns attribute to note that .. is not supported
Browse files Browse the repository at this point in the history
See discussion at: CocoaPods/CocoaPods#1259
  • Loading branch information
MaxGabriel committed Aug 6, 2013
1 parent 63f310a commit f63ff24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/cocoapods-core/specification/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,10 @@ def dependency(*args)

# @!group File patterns
#
# These paths should be specified **relative** to the **root** of the
# source and may contain the following wildcard patterns:
# Podspecs should be located at the **root** of the repository, and paths
# to files should be specified **relative** to the root of the repository
# as well. File patterns do not support traversing the parent directory ( `..` ).
# File patterns may contain the following wildcard patterns:
#
# ---
#
Expand Down

0 comments on commit f63ff24

Please sign in to comment.