// swift-tools-version:5.9 import PackageDescription let package = Package( name: "MSAL", platforms: [ .macOS(.v14),.iOS(.v17),.visionOS(.v1) ], products: [ .library( name: "MSAL", targets: ["MSAL"]), ], targets: [ .binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/2.14.0/MSAL.zip", checksum: "5053c4c48a01d30c1cff3a59660f7d2971174ea3e9c91192f5bf2c4e636d9535") ] )