Sha256: 490c6fc7c45a01694ca5cdf8e14aaf2fd2fb530ec07acf4b8800ff4f1bad4329
Contents?: true
Size: 800 Bytes
Versions: 1
Compression:
Stored size: 800 Bytes
Contents
import PackageDescription let package = Package( name: "<%= application_name %>", targets: [ Target( name: "<%= application_name %>App", dependencies: [.Target(name: "<%= application_name %>")]), Target( name: "<%= application_name %>") ], dependencies: [ .Package(url: "https://github.com/IBM-Swift/Kitura.git", majorVersion: 0, minor: 16), .Package(url: "https://github.com/IBM-Swift/HeliumLogger", majorVersion: 0, minor: 9), .Package(url: "https://github.com/notonthehighstreet/swift-statsd", majorVersion: 0, minor: 3) ]) /* .Package(url: "https://github.com/notonthehighstreet/swift-mysql", majorVersion: 0, minor: 11), .Package(url: "https://github.com/notonthehighstreet/swift-statsd", majorVersion: 0, minor: 3) */
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
minke-generator-swift-0.1.0 | lib/generators/swift/scaffold/src/Package.swift.erb |