Commit bc722a14 authored by Marius Rackwitz's avatar Marius Rackwitz

[Doc] Add missing docs to Validator#podfile_from_spec

parent aec47217
......@@ -449,6 +449,14 @@ module Pod
#
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
# current platform.
#
......
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