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 baf362b commit 1d5ef06Copy full SHA for 1d5ef06
Package.swift
@@ -0,0 +1,23 @@
1
+// swift-tools-version:5.3
2
+import PackageDescription
3
+
4
+let package = Package(
5
+ name: "RAnalytics",
6
+ platforms: [
7
+ .iOS(.v11)
8
+ ],
9
+ products: [
10
+ .library(
11
12
+ targets: ["RAnalytics"]),
13
14
+ dependencies: [
15
16
+ targets: [
17
+ .binaryTarget(
18
19
+ url: "https://github.com/rakutentech/ios-analytics-framework/releases/download/8.1.0/RAnalyticsRelease-v8.1.0.zip",
20
+ checksum: "7e61c4da04c34691a04020a4c2f39967ce0501eeb6a241ca0e6be222d5648f77"
21
+ )
22
+ ]
23
+)
0 commit comments