Skip to content

Commit

Permalink
Merge pull request #7 from krzysztofzablocki/patch-1
Browse files Browse the repository at this point in the history
Fix Package.swift configuration
  • Loading branch information
adam-fowler authored Mar 25, 2021
2 parents 513a630 + 0e1fe46 commit 14814e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import PackageDescription

let package = Package(
name: "soto-s3-file-transfer",
platforms: [.iOS(.v12), .tvOS(.v12), .watchOS(.v5)],
products: [
.library(name: "SotoS3FileTransfer", targets: ["SotoS3FileTransfer"]),
],
Expand Down

0 comments on commit 14814e5

Please sign in to comment.