Release 1.3.69

This commit is contained in:
2025-12-29 15:41:19 +00:00
parent 9526dab312
commit 5a8ded91ed

24
Package.swift Normal file
View File

@@ -0,0 +1,24 @@
// swift-tools-version: 5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let package = Package(
name: "Blainks",
platforms: [
.iOS(.v13)
],
products: [
.library(
name: "Blainks",
targets: ["Blainks"]
)
],
targets: [
.binaryTarget(
name: "Blainks",
url: "https://blainks.com/distribution/ios/1.3.69/Blainks.xcframework.zip",
checksum: "6cf4d39570b99dfa72dd659ab96b3f8a47468842a58fd51eb1af87041dfcb212"
)
]
)