Skip to content

Commit

Permalink
Added new SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrankmlf committed Sep 6, 2023
1 parent 737a4cf commit 5aa0b03
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// swift-tools-version:5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "PassGuard",
platforms: [.iOS(.v13)],
products: [
.library(
name: "PassGuard",
targets: ["PassGuard"]),
],
targets: [
.target(
name: "PassGuard",
path: "PassGuard/PassGuard"
)
],
swiftLanguageVersions: [.v5]
)

0 comments on commit 5aa0b03

Please sign in to comment.