Commit b4fdef40 authored by Marius Rackwitz's avatar Marius Rackwitz

[Installer] Publish #pod_targets

parent 275dc48b
......@@ -173,6 +173,13 @@ module Pod
#
attr_reader :aggregate_targets
# @return [Array<PodTarget>] The model representations of pod targets
# generated as result of the analyzer.
#
def pod_targets
aggregate_targets.map(&:pod_targets).flatten
end
# @return [Array<Specification>] The specifications that where installed.
#
attr_accessor :installed_specs
......@@ -729,13 +736,6 @@ module Pod
"\n\n#{e.message}\n\n#{e.backtrace * "\n"}"
end
# @return [Array<Library>] The libraries generated by the installation
# process.
#
def pod_targets
aggregate_targets.map(&:pod_targets).flatten
end
#-------------------------------------------------------------------------#
private
......
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