PinState
public struct PinState: Codable
The version data for a dependeny pin.
-
The branch of the depenency that is being used.
Declaration
Swift
public let branch: String?
-
The current git revision of the dependency that was fetched.
Declaration
Swift
public let revision: String
-
The current git tag of the dependency that is pulled into the project.
Declaration
Swift
public let version: String?