Skip to content

Commit

Permalink
Merge pull request #106 from TwoDollarsEsq/master
Browse files Browse the repository at this point in the history
Support of Swift Package Manager
  • Loading branch information
ZacharyKhan authored Jan 10, 2020
2 parents 4b3178a + 0dbfeaf commit 5b962a9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// swift-tools-version:5.0

import PackageDescription

let package = Package(
name: "Former",
platforms: [.iOS(.v10)],
products: [
.library(name: "Former", targets: ["Former"]),
],
targets: [
.target(name: "Former", path: "Former")
]
)

0 comments on commit 5b962a9

Please sign in to comment.