STRUCT
CocoapodsDependencies
Contents
- Properties
reposgitReposdependencieslocalPodspecsdefaultForceLinkingforceLinking
- Methods
init(repos:gitRepos:dependencies:localPodspecs:defaultForceLinking:forceLinking:)==(_:_:)
swift
public struct CocoapodsDependencies: Codable, EquatableProperties
repos
swift
public var repos: [String]gitRepos
swift
public var gitRepos: [String]dependencies
swift
public var dependencies: [Dependency]localPodspecs
swift
public var localPodspecs: [FilePath: [FilePath]]?defaultForceLinking
swift
public var defaultForceLinking: Linking?forceLinking
swift
public var forceLinking: [String: Linking]?Methods
init(repos:gitRepos:dependencies:localPodspecs:defaultForceLinking:forceLinking:)
swift
public init(
repos: [String],
gitRepos: [String] = [],
dependencies: [Dependency],
localPodspecs: [FilePath: [FilePath]]? = nil,
defaultForceLinking: Linking? = nil,
forceLinking: [String: Linking]? = nil
)==(_:_:)
swift
public static func == (lhs: CocoapodsDependencies, rhs: CocoapodsDependencies) -> BoolParameters
| Name | Description |
|---|---|
| lhs | A value to compare. |
| rhs | Another value to compare. |
