Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
Support SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
guoye-zhang committed Nov 7, 2017
1 parent 55ec9cb commit 6416d25
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.build
xcuserdata

12 changes: 12 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// swift-tools-version:4.0

import PackageDescription

let package = Package(
name: "Functions",
targets: [
.target(
name: "funcgen",
path: "Functions"),
]
)

0 comments on commit 6416d25

Please sign in to comment.