LibraryLinkingType

public enum LibraryLinkingType: String

Defines wheather a library should be linked to it’s clients.

  • Declaration

    Swift

    case `static`
  • Declaration

    Swift

    case dynamic