Update Package.swift
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user