Skip to content

Commit

Permalink
Add library product definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Sep 18, 2017
1 parent 3e9ee4d commit b166838
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import PackageDescription

let package = Package(
name: "SRP",
products: [
.library(name: "SRP", targets: ["SRP"]),
],
dependencies: [
.package(url: "https://github.com/IBM-Swift/BlueCryptor.git", from: "0.8.16"),
.package(url: "https://github.com/lorentey/BigInt.git", from: "3.0.0"),
Expand Down

0 comments on commit b166838

Please sign in to comment.