diff --git a/Package.swift b/Package.swift index fc3aeb2948..7baabd357c 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription let package = Package( name: "Lottie", // Minimum platform versions should be kept in sync with the per-platform targets in Lottie.xcodeproj, lottie-ios.podspec, and lottie-spm's Package.swift - platforms: [.iOS("11.0"), .macOS("10.11"), .tvOS("11.0"), .custom("visionOS", versionString: "1.0")], + platforms: [.iOS("11.0"), .macOS("10.11"), .tvOS("11.0"), .custom("visionos", versionString: "1.0")], products: [.library(name: "Lottie", targets: ["Lottie"])], dependencies: [ .package(url: "https://github.com/airbnb/swift", .upToNextMajor(from: "1.0.1")),