File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ import PackageDescription
5
5
6
6
let package = Package (
7
7
name: " RectangleTools " ,
8
+
9
+ platforms: [
10
+ . macOS( . v10_15) ,
11
+ . iOS( . v13) ,
12
+ . tvOS( . v13) ,
13
+ . watchOS( . v6) ,
14
+ ] ,
15
+
8
16
products: [
9
17
// Products define the executables and libraries produced by a package, and make them visible to other packages.
10
18
. library(
@@ -13,7 +21,7 @@ let package = Package(
13
21
] ,
14
22
dependencies: [
15
23
// Dependencies declare other packages that this package depends on.
16
- . package ( url: " https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git " , from: " 1.0.0 " ) ,
24
+ . package ( url: " https://github.com/RougeWare/Swift-MultiplicativeArithmetic.git " , from: " 1.0.0 " ) ,
17
25
] ,
18
26
targets: [
19
27
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
You can’t perform that action at this time.
0 commit comments