Skip to content

Commit

Permalink
DnsLibs for SwiftPM 2.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Server committed Apr 19, 2024
0 parents commit 018bccd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// swift-tools-version:5.3
import PackageDescription

let package = Package(
name: "AGDnsProxy",
platforms: [
.iOS("11.2"), .macOS("10.13")
],
products: [
.library(name: "AGDnsProxy", targets: ["AGDnsProxy"]),
],
targets: [
.binaryTarget(
name: "AGDnsProxy",
url: "https://github.com/AdguardTeam/DnsLibs/releases/download/v2.5.19@swift-5/AGDnsProxy-apple-2.5.19.zip",
checksum: "630c1455c76d4f3c8ab8703853206bc5c5bda95e7e89fb803316928470a35e57"
),
]
)

0 comments on commit 018bccd

Please sign in to comment.