Skip to content

Commit 98bbe58

Browse files
committed
Fix typo for SPM
1 parent b8bdcbe commit 98bbe58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "CustomAlbum",
8-
platform: [.iOS(v11)]
8+
platforms: [.iOS(.v11)],
99
products: [
1010
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1111
.library(

0 commit comments

Comments
 (0)