Bow

public enum Bow

Models the Bow dependencies.

  • Represents the version number x.y.z

    Declaration

    Swift

    case version(_: String = "")
  • Represents the branch of the repo.

    Declaration

    Swift

    case branch(String)
  • Represents the tag of the repo.

    Declaration

    Swift

    case tag(String)
  • Represents the commit hash of the repo.

    Declaration

    Swift

    case commit(String)