Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Package_Dependency

mattt edited this page Oct 22, 2020 · 2 revisions

Package.Dependency

Declares other packages that this package depends on.

public struct Dependency: Equatable

Inheritance

Equatable

Properties

name

The name of the dependency.

let name: String?

url

The URL for the dependency repository.

let url: String

requirement

The version requirements for the dependency.

let requirement: Requirement

Clone this wiki locally