We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45d4f4 commit 559a2deCopy full SHA for 559a2de
Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
.library(name: "TPPDFAsync", targets: ["TPPDFAsync"]),
13
],
14
dependencies: [
15
- .package(url: "https://github.com/techprimate/TPPDF", from: "2.4.1"),
+ .package(url: "https://github.com/techprimate/TPPDF", from: "2.5.0"),
16
//dev .package(url: "https://github.com/Quick/Quick", from: "7.0.0"),
17
//dev .package(url: "https://github.com/Quick/Nimble", from: "12.0.0"),
18
//dev .package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.50.4"),
0 commit comments