File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// swift-tools-version:5.3
2- // The swift-tools-version declares the minimum version of Swift required to build this package.
32
43import PackageDescription
54
65let package = Package (
76 name: " ScrollStackController " ,
87 platforms: [ . iOS( . v11) ] ,
98 products: [
10- // Products define the executables and libraries produced by a package, and make them visible to other packages.
119 . library(
1210 name: " ScrollStackController " ,
13- targets: [ " ScrollStackController " ] ) ,
14- ] ,
15- dependencies: [
16- // Dependencies declare other packages that this package depends on.
17- // .package(url: /* package url */, from: "1.0.0"),
11+ targets: [ " ScrollStackController " ]
12+ ) ,
1813 ] ,
1914 targets: [
20- // Targets are the basic building blocks of a package. A target can define a module or a test suite.
21- // Targets can depend on other targets in this package, and on products in packages which this package depends on.
2215 . target(
2316 name: " ScrollStackController " ,
24- dependencies: [ ] ) ,
25- . testTarget(
26- name: " ScrollStackControllerTests " ,
27- dependencies: [ " ScrollStackController " ] ) ,
17+ dependencies: [ ]
18+ ) ,
2819 ]
2920)
You can’t perform that action at this time.
0 commit comments