@@ -7,19 +7,15 @@ let package = Package(
7
7
name: " openai-async-image-swiftui " ,
8
8
platforms: [ . macOS( . v12) , . iOS( . v15) , . watchOS( . v8) , . tvOS( . v15) ] ,
9
9
products: [
10
- // Products define the executables and libraries a package produces, and make them visible to other packages.
11
10
. library(
12
11
name: " openai-async-image-swiftui " ,
13
12
targets: [ " openai-async-image-swiftui " ] ) ,
14
13
] ,
15
14
dependencies: [
16
- // Dependencies declare other packages that this package depends on.
17
15
. package ( url: " https://github.com/swiftuiux/async-http-client.git " , from: " 1.5.0 " ) ,
18
16
. package ( url: " https://github.com/swiftuiux/async-task.git " , from: " 1.2.8 " )
19
17
] ,
20
18
targets: [
21
- // Targets are the basic building blocks of a package. A target can define a module or a test suite.
22
- // Targets can depend on other targets in this package, and on products in packages this package depends on.
23
19
. target(
24
20
name: " openai-async-image-swiftui " ,
25
21
dependencies: [ " async-http-client " , " async-task " ] ) ,
0 commit comments