Skip to content

Commit

Permalink
Update docs in DSL for podspec attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed May 3, 2014
1 parent 0a41caf commit cf4d5cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/cocoapods-core/podfile/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module DSL
# The Podfile specifies the dependencies of each user target.
#
# * `pod` is the way to declare a specific dependency.
# * `podspec` provides an easy creation API for local podspecs.
# * `podspec` provides an easy API for the creation of podspecs.
# * `target` allows you to scope your dependencies to specific
# targets in your Xcode projects.

Expand Down Expand Up @@ -164,7 +164,9 @@ def pod(name = nil, *requirements, &block)

# Use the dependencies of a Pod defined in the given podspec file. If no
# arguments are passed the first podspec in the root of the Podfile is
# used. It is intended to be used by the project of a library.
# used. It is intended to be used by the project of a library. Note:
# this does not include the sources derived from the podspec just the
# CocoaPods infrastructure.
#
# @example
# podspec
Expand Down

0 comments on commit cf4d5cd

Please sign in to comment.