Add Package.swift and move files around
This commit is contained in:
8
Package.swift
Normal file
8
Package.swift
Normal file
@@ -0,0 +1,8 @@
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "Stencil",
|
||||
dependencies: [
|
||||
.Package(url: "https://github.com/kylef/PathKit.git", majorVersion: 0, minor: 5),
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user