Skip to content

Commit

Permalink
DnsLibs for SwiftPM 2.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Build Server committed May 2, 2024
0 parents commit a29286e
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.25@swift-5/AGDnsProxy-apple-2.5.25.zip",
checksum: "824614af9b1355406517208dd7eb402b88faffcef998a538ef399e6e5f79dd0d"
),
]
)

0 comments on commit a29286e

Please sign in to comment.