Release 1.3.69
This commit is contained in:
24
Package.swift
Normal file
24
Package.swift
Normal 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"
|
||||||
|
)
|
||||||
|
]
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user