-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
runner
authored and
runner
committed
Sep 1, 2023
1 parent
097838b
commit c4745a7
Showing
1 changed file
with
8 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
// swift-tools-version: 5.7 | ||
// The swift-tools-version declares the minimum version of Swift required to build this package. | ||
|
||
// swift-tools-version:5.7 | ||
// DO NOT EDIT! Generated automatically. See scripts/swift_package_generator.py | ||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "Gifski", | ||
name: "TDLibFramework", | ||
products: [ | ||
// Products define the executables and libraries a package produces, making them visible to other packages. | ||
.library( | ||
name: "Gifski", | ||
targets: ["Gifski"] | ||
), | ||
) | ||
], | ||
dependencies: [], | ||
targets: [ | ||
// Targets are the basic building blocks of a package, defining a module or a test suite. | ||
// Targets can depend on other targets in this package and products from dependencies. | ||
.binaryTarget( | ||
name: "Gifski", | ||
url: "https://github.com/Swiftgram/TDLibFramework/releases/download/1.8.16-470c36ce/TDLibFramework.zip", | ||
checksum: "4bb76120da4394e4f543f080af73e912883662fe9a8a75dea5e8a9ed8e7aa65f" | ||
) | ||
url: "https://github.com/XMLHexagram/GifskiFramework/releases/download/1.11.0/GifskiFramework.zip", | ||
checksum: "3fec39bfa2729d20c16e6fd726896b604c94842017f8ebb892c2118f3212635f" | ||
), | ||
] | ||
) |