File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 11// swift-tools-version: 5.5
2- // The swift-tools-version declares the minimum version of Swift required to build this package.
32
43import PackageDescription
54
@@ -10,19 +9,12 @@ let package = Package(
109 . iOS( . v14)
1110 ] ,
1211 products: [
13- // Products define the executables and libraries a package produces, and make them visible to other packages.
1412 . library(
1513 name: " YCoreUI " ,
1614 targets: [ " YCoreUI " ]
1715 )
1816 ] ,
19- dependencies: [
20- // Dependencies declare other packages that this package depends on.
21- // .package(url: /* package url */, from: "1.0.0"),
22- ] ,
2317 targets: [
24- // Targets are the basic building blocks of a package. A target can define a module or a test suite.
25- // Targets can depend on other targets in this package, and on products in packages this package depends on.
2618 . target(
2719 name: " YCoreUI " ,
2820 dependencies: [ ]
You can’t perform that action at this time.
0 commit comments