Skip to content

Commit

Permalink
AdGuardFLM for SwiftPM 0.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamboo committed Nov 7, 2024
0 parents commit 010b337
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: "AdGuardFLM",
platforms: [
.iOS("11.2"), .macOS("10.15")
],
products: [
.library(name: "AdGuardFLM", targets: ["AdGuardFLM"]),
],
targets: [
.binaryTarget(
name: "AdGuardFLM",
url: "https://github.com/AdguardTeam/FilterListManager/releases/download/v0.8.15@swift-5/AdGuardFLM-0.8.15.zip",
checksum: "915f0302efcb4ad52819c87f48bf191b24c31212acf3660a498d7befa1041e88"
),
]
)

0 comments on commit 010b337

Please sign in to comment.