We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72d12de commit 9f85b3eCopy full SHA for 9f85b3e
Package.swift
@@ -8,13 +8,13 @@ let package = Package(
8
dependencies: [
9
.package(
10
name: "Segment",
11
- url: "https://github.com/MyUNiDAYS/analytics-ios.git",
12
- .revision("508ec32e151eae684240a2ed908b99d0a158c687")
+ url: "https://github.com/MyUNiDAYS/analytics-ios",
+ .exact("4.1.6-unidays-tag-1")
13
),
14
15
name: "Firebase",
16
- url: "https://github.com/firebase/firebase-ios-sdk.git",
17
- .exact("10.19.0")
+ url: "https://github.com/firebase/firebase-ios-sdk",
+ .exact("10.19.0")
18
19
],
20
targets: [
0 commit comments