Skip to content

unistash-io/swift-pcsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swift-pcsc

Swift wrapper around pcsc-lite

Supported Platfroms:

  • macOS
  • Linux (Ubuntu 24.04)

Installation

.package(
    url: "https://github.com/unistash-io/swift-pcsc.git",
    .upToNextMajor(from: "0.0.1")
)

MacOS

  • No additional steps required

Linux (Ubuntu 24.04)

sudo apt update
sudo apt install -y pkg-config pcscd pcsc-tools libpcsclite1 libpcsclite-dev

Authors