Skip to content

Commit

Permalink
[Documentation]
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Aug 1, 2013
1 parent c358d84 commit 1e26ac7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/cocoapods-core/specification/consumer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def self.spec_attr_accessor(name)
spec_attr_accessor :vendored_libraries

# @return [Hash{String=>String}]] hash where the keys are the names of
# the resource bundles and the values are they relative file
# the resource bundles and the values are their relative file
# patterns.
#
spec_attr_accessor :resource_bundles
Expand Down
6 changes: 4 additions & 2 deletions lib/cocoapods-core/specification/dsl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def dependency(*args)
#
# @param [Hash{String=>String}] resource_bundles
# A hash where the keys are the names of the resource bundles
# and the values are they relative file patterns.
# and the values are their relative file patterns.
#
attribute :resource_bundles, {
:types => [String, Array],
Expand All @@ -881,7 +881,9 @@ def dependency(*args)
#
# We strongly **recommend** library developers to adopt [resource
# bundles](http://docs.cocoapods.org/specification.html#resources) as
# there can be name collisions using the resources attribute.
# there can be name collisions using the resources attribute. Moreover
# resources specified with this attribute are copied directly to the
# client target and therefore they are not optimized by Xcode.
#
# @example
#
Expand Down

0 comments on commit 1e26ac7

Please sign in to comment.