PlaygroundDependencies

public enum PlaygroundDependencies

Models the supported nef Playground dependencies.

  • Describes the bow dependencies.

    Declaration

    Swift

    case bow(Bow)
  • Describes the CocoaPods dependencies.

    Declaration

    Swift

    case podfile(URL)
  • Describes the Carthage dependencies.

    Declaration

    Swift

    case cartfile(URL)
  • Models the Bow dependencies.

    See more

    Declaration

    Swift

    public enum Bow