Skip to content

Commit 9ea4ad7

Browse files
committed
Added minimum iOS version to SPM description
1 parent 8a8b6f1 commit 9ea4ad7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Package.swift

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

66
let package = Package(
77
name: "ScrollStackController",
8+
platforms: [.iOS(.v11)],
89
products: [
910
// Products define the executables and libraries produced by a package, and make them visible to other packages.
1011
.library(

0 commit comments

Comments
 (0)