Skip to content

Commit d543a11

Browse files
committed
[feat] #208 Amplitude 의존성 추가
1 parent dfc1f39 commit d543a11

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tuist/Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ let package = Package(
2929
.package(url: "https://github.com/Kitura/Swift-JWT", from: "4.0.1"),
3030
.package(url: "https://github.com/kean/Nuke", from: "12.8.0"),
3131
.package(url: "https://github.com/scinfu/SwiftSoup", "2.7.0" ..< "2.7.5"),
32-
.package(url: "https://github.com/kakao/kakao-ios-sdk", from: "2.22.5")
32+
.package(url: "https://github.com/kakao/kakao-ios-sdk", from: "2.22.5"),
33+
.package(url: "https://github.com/amplitude/Amplitude-Swift", from: "1.15.2")
3334
]
3435
)

0 commit comments

Comments
 (0)