Enumerations

The following enumerations are available globally.

  • The version syntax optionas that can be used when defining a dependency instance.

    See more

    Declaration

    Swift

    public enum DependencyVersionType: CustomStringConvertible
  • Defines what type of a Product object for the project’s manifest.

    See more

    Declaration

    Swift

    public enum ProductType: String
  • Defines wheather a library should be linked to it’s clients.

    See more

    Declaration

    Swift

    public enum LibraryLinkingType: String
  • Designates which package manager the provider is for.

    See more

    Declaration

    Swift

    public enum ProviderType: String
  • Keys used for encoding/decoding a Provider object.

    See more

    Declaration

    Swift

    public enum ProviderCodingKeys: String, CodingKey