Update Package.swift

This commit is contained in:
Pavel Tikhoneko
2020-09-16 21:30:24 +03:00
committed by GitHub
parent 235a0180c0
commit d9f0badeff
+1 -1
View File
@@ -12,7 +12,7 @@ let package = Package(
products: [
.library(name: "TPInAppReceipt", targets: ["TPInAppReceipt"]),
],
dependencies: [.package(name: "ASN1Swift", url: "https://github.com/tikhop/ASN1Swift", .branch("master"))],
dependencies: [.package(name: "ASN1Swift", url: "https://github.com/tikhop/ASN1Swift", from: "2.0.0")],
targets: [
.target(
name: "TPInAppReceipt",