We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac94577 commit a9c494dCopy full SHA for a9c494d
1 file changed
Package.swift
@@ -0,0 +1,18 @@
1
+// swift-tools-version:5.5
2
+import PackageDescription
3
+
4
+let package = Package(
5
+ name: "DataSources",
6
+ platforms: [.iOS(.v12)],
7
+ products: [
8
+ .library(name: "DataSources", targets: ["DataSources"]),
9
+ ],
10
+ dependencies: [
11
12
+ targets: [
13
+ .target(
14
15
+ exclude: ["Info.plist"]
16
+ ),
17
+ ]
18
+)
0 commit comments