Skip to content

Commit 710fa38

Browse files
committed
feature: add iOS platform requirements
1 parent 3329bd5 commit 710fa38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ let package = Package(
66
name: "swift-numerics-differentiable",
77
platforms: [
88
.macOS(.v13),
9+
.iOS(.v16),
910
],
1011
products: [
1112
.library(

0 commit comments

Comments
 (0)