Commit 4aab21d5 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Docs] Grammar tuning of the Sandbox documentation

parent e1462361
...@@ -124,8 +124,8 @@ module Pod ...@@ -124,8 +124,8 @@ module Pod
root + 'Pods.xcodeproj' root + 'Pods.xcodeproj'
end end
# Returns the path for the directory where to store the support files of # Returns the path for the directory where the support files of
# a target. # a target are stored.
# #
# @param [String] name # @param [String] name
# The name of the target. # The name of the target.
...@@ -169,22 +169,22 @@ module Pod ...@@ -169,22 +169,22 @@ module Pod
root + 'Headers' root + 'Headers'
end end
# @return [Pathname] The directory where to store the downloaded sources of # @return [Pathname] The directory where the downloaded sources of
# the Pods. # the Pods are stored.
# #
def sources_root def sources_root
root + 'Sources' root + 'Sources'
end end
# @return [Pathname] the path for the directory where to store the # @return [Pathname] the path for the directory where the
# specifications. # specifications are stored.
# #
def specifications_root def specifications_root
root + 'Local Podspecs' root + 'Local Podspecs'
end end
# @return [Pathname] The directory where to store the files generated by # @return [Pathname] The directory where the files generated by
# CocoaPods to support the umbrella targets. # CocoaPods to support the umbrella targets are stored.
# #
def target_support_files_root def target_support_files_root
root + 'Target Support Files' root + 'Target Support Files'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment