class Pod::DyInstaller::Analyzer::TargetInspectionResult

Attributes

archs[RW]

@return [Array<String>] the architectures used by user's targets

build_configurations[RW]

@return [Hash{String=>Symbol}] A hash representing the user build

configurations where each key corresponds to the name of a
configuration and its value to its type (`:debug` or
`:release`).
platform[RW]

@return [Platform] the platform of the user targets

project[RW]

@return [Xcodeproj::Project] the user's Xcode project

project_path[RW]

@return [Pathname] the path of the user project that the

#target_definition should integrate
project_target_uuids[RW]

@return [Array<String>] the uuid of the user's targets

recommends_frameworks[RW]

@return [Bool] whether frameworks are recommended for the integration

due to the presence of Swift source in the user's targets
target_definition[RW]

@return [TargetDefinition] the target definition, whose project was

inspected