-----------------------------------------------------------------------#
Object
podfile_state
specs_by_target
specifications
sandbox_state
targets
podfile_state #=> SpecsState
SpecsState
The states of the Podfile specs.
podfile_state=(value) #=> SpecsState
SpecsState
The states of the Podfile specs.
specs_by_target #=> Hash{TargetDefinition => Array<Spec>}
Hash{TargetDefinition => Array
The specifications grouped by target.
specs_by_target=(value) #=> Hash{TargetDefinition => Array<Spec>}
Hash{TargetDefinition => Array
The specifications grouped by target.
specifications #=> Array<Specification>
Array
The specifications of the resolved version of Pods that should be installed.
specifications=(value) #=> Array<Specification>
Array
The specifications of the resolved version of Pods that should be installed.
sandbox_state #=> SpecsState
The states of the {Sandbox} respect the resolved specifications.
sandbox_state=(value) #=> SpecsState
The states of the {Sandbox} respect the resolved specifications.
targets #=> Array<Target>
Array
The Podfile targets containing library dependencies.
targets=(value) #=> Array<Target>
Array
The Podfile targets containing library dependencies.