Skip to content

Commit

Permalink
Fix typo for SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfum committed Nov 13, 2019
1 parent b8bdcbe commit 98bbe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription

let package = Package(
name: "CustomAlbum",
platform: [.iOS(v11)]
platforms: [.iOS(.v11)],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
Expand Down

0 comments on commit 98bbe58

Please sign in to comment.