Commit 10e7ca2c authored by Ben Asher's avatar Ben Asher

fixed requires_host_target? doc

parent a918629d
...@@ -26,9 +26,9 @@ module Pod ...@@ -26,9 +26,9 @@ module Pod
@xcconfigs = {} @xcconfigs = {}
end end
# @return True if the user_target's pods are # @return [Boolean] True if the user_target's pods are
# for an extension and must be embedded in a host, # for an extension and must be embedded in a host,
# target, otherwise false. # target, otherwise false.
# #
def requires_host_target? def requires_host_target?
# If we don't have a user_project, then we can't # If we don't have a user_project, then we can't
......
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