Pins

public struct Pins: Codable

Holds the array of dependency pins.

  • The pins for the projects dependecnies.

    Declaration

    Swift

    public let pins: [Pin]