We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca9b649 + cdd5ae4 commit a94b9ddCopy full SHA for a94b9dd
1 file changed
Package.swift
@@ -0,0 +1,21 @@
1
+// swift-tools-version: 5.9
2
+
3
+import PackageDescription
4
5
+let package = Package(
6
+ name: "ViSenzeAnalytics",
7
+ platforms: [.iOS(.v12)],
8
+ products: [
9
+ .library(
10
11
+ targets: ["ViSenzeAnalytics"]),
12
+ ],
13
+ targets: [
14
+ .target(
15
16
+ dependencies: [],
17
+ path: "ViSenzeAnalytics/ViSenzeAnalytics/Classes",
18
+ exclude: ["ViSenzeAnalyticsTests"]
19
+ ),
20
+ ]
21
+)
0 commit comments