Skip to content

Commit

Permalink
[DSL] Don't prepend the spec name to default_subspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed May 2, 2014
1 parent 88e41eb commit bef215b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods-core/specification/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ def subspec(name, &block)
# they trigger dependencies on other libraries).
#
# @example
# spec.default_subspec = 'Pod/Core'
# spec.default_subspec = 'Core'
#
# @param [String] subspec_name
# the name of the subspec that should be inherited as
Expand Down

0 comments on commit bef215b

Please sign in to comment.