Updating indentation and formatting for package file

Former-commit-id: 99b06b37ae3f4bfd3efd174bd49eb4f34dc2fcc7
This commit is contained in:
Jon Jones 2021-02-10 13:25:23 -05:00
parent bd0ea60aa0
commit b637f758f0
1 changed files with 3 additions and 2 deletions

View File

@ -11,14 +11,15 @@ let package = Package(
products: [
.library(
name: "PayPalCheckout",
targets: ["PayPalCheckout"])
targets: ["PayPalCheckout"]
)
],
targets: [
.binaryTarget(
name: "PayPalCheckout",
url: "https://github.com/paypal/paypalcheckout-ios/releases/download/\(packageVersion)/PayPalCheckout.xcframework.zip",
checksum: "d070ef614643373e57d0a25c99c7dde1317556a8622e7627d797e3daf28f086b"
)
)
],
swiftLanguageVersions: [.v5]
)