PlaygroundDependencies public enum PlaygroundDependencies Models the supported nef Playground dependencies. bow(_:) Describes the bow dependencies. Declaration Swift case bow(Bow) podfile(_:) Describes the CocoaPods dependencies. Declaration Swift case podfile(URL) cartfile(_:) Describes the Carthage dependencies. Declaration Swift case cartfile(URL) Bow Models the Bow dependencies. See more Declaration Swift public enum Bow