Pin
public struct Pin: Codable
A pin for a dependedny.
-
The name of the package.
Declaration
Swift
public let package: String
-
The
.git
URL of the dependency.Declaration
Swift
public let repositoryURL: String
-
The version data of the dependecy pulled into the dependeny.
Declaration
Swift
public let state: PinState