Commit bc722a14 authored by Marius Rackwitz's avatar Marius Rackwitz

[Doc] Add missing docs to Validator#podfile_from_spec

parent aec47217
...@@ -449,8 +449,16 @@ module Pod ...@@ -449,8 +449,16 @@ module Pod
# #
attr_reader :source_urls attr_reader :source_urls
# @param [String] platform_name
# the name of the platform, which should be declared
# in the Podfile.
#
# @param [String] deployment_target
# the deployment target, which should be declared in
# the Podfile.
#
# @return [Podfile] a podfile that requires the specification on the # @return [Podfile] a podfile that requires the specification on the
# current platform. # current platform.
# #
# @note The generated podfile takes into account whether the linter is # @note The generated podfile takes into account whether the linter is
# in local mode. # in local mode.
......
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