Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds SPM support #71

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Prev Previous commit
10.15 as minimum again
  • Loading branch information
mz2 committed Sep 12, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 24ca8435e4a3a18e7808ca0366bf5d57bf8dcd4e
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "AmazonS3RequestManager",
platforms: [.macOS(.v11),
platforms: [.macOS(.v10_15),
.iOS(.v13)],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.