Skip to content

Commit

Permalink
AdGuardFLM for SwiftPM 0.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamboo committed Nov 7, 2024
0 parents commit 2ef1850
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.17@swift-5/AdGuardFLM-0.8.17.zip",
checksum: "47efab8cebd44d4d867e04b1a7f0fef52fba43c19a8796b92a827cf134581d85"
),
]
)

0 comments on commit 2ef1850

Please sign in to comment.