Method: Pod::Installer#pod_targets

Defined in:
lib/cocoapods/installer.rb

#pod_targetsArray<PodTarget> (readonly)

Returns The model representations of pod targets generated as result of the analyzer.

Returns:

  • The model representations of pod targets generated as result of the analyzer.



391
392
393
# File 'lib/cocoapods/installer.rb', line 391

def pod_targets
  @pod_targets
end