Skip to content

gradyzhuo/MuPDF-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuPDF-Swift

Currently under development, please do not use in a production environment.

Getting the library

Swift Package Manager

The Swift Package Manager is the preferred way to get KurrentDB. Simply add the package dependency to your Package.swift:

dependencies: [
  .package(url: "https://github.com/gradyzhuo/MuPDF-swift.git", branch: "main")
]

...and depend on "KurrentDB" in the necessary targets:

.target(
  name: ...,
  dependencies: [.product(name: "MuPDF", package: "MuPDF-swift")]
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages