Skip to content

Commit

Permalink
Added Swift package support
Browse files Browse the repository at this point in the history
  • Loading branch information
darhaywa committed Mar 30, 2020
1 parent 0867be8 commit bfefbc7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ObjectivePGP.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// swift-tools-version:5.1
import PackageDescription

let package = Package(
name: "ObjectivePGP",
products: [
.library(name: "ObjectivePGP")
]
)

0 comments on commit bfefbc7

Please sign in to comment.