>AnalysisResult

AnalysisResult

-----------------------------------------------------------------------#

Inherits from:

Object

Analysis sub-steps

podfile_state

specs_by_target

specifications

sandbox_state

targets

podfile_statereadwrite attribute

Signature

podfile_state #=> SpecsState 

Returns

SpecsState The states of the Podfile specs.

Signature

podfile_state=(value) #=> SpecsState 

Returns

SpecsState The states of the Podfile specs.

Source Files

lib/cocoapods/installer/analyzer.rb:469

spec/unit/installer/analyzer_spec.rb

specs_by_targetreadwrite attribute

Signature

specs_by_target #=> Hash{TargetDefinition => Array<Spec>} 

Returns

Hash{TargetDefinition => Array}

The specifications grouped by target.

Signature

specs_by_target=(value) #=> Hash{TargetDefinition => Array<Spec>} 

Returns

Hash{TargetDefinition => Array}

The specifications grouped by target.

Source Files

lib/cocoapods/installer/analyzer.rb:474

spec/unit/installer/analyzer_spec.rb

specificationsreadwrite attribute

Signature

specifications #=> Array<Specification> 

Returns

Array

The specifications of the resolved version of Pods that should be installed.

Signature

specifications=(value) #=> Array<Specification> 

Returns

Array

The specifications of the resolved version of Pods that should be installed.

Source Files

lib/cocoapods/installer/analyzer.rb:479

spec/unit/installer/analyzer_spec.rb

sandbox_statereadwrite attribute

Signature

sandbox_state #=> SpecsState 

Returns

SpecsState

The states of the {Sandbox} respect the resolved specifications.

Signature

sandbox_state=(value) #=> SpecsState 

Returns

SpecsState

The states of the {Sandbox} respect the resolved specifications.

Source Files

lib/cocoapods/installer/analyzer.rb:484

spec/unit/installer/analyzer_spec.rb

targetsreadwrite attribute

Signature

targets #=> Array<Target> 

Returns

Array

The Podfile targets containing library dependencies.

Signature

targets=(value) #=> Array<Target> 

Returns

Array

The Podfile targets containing library dependencies.

Source Files

lib/cocoapods/installer/analyzer.rb:489

spec/unit/installer/analyzer_spec.rb