Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 441 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 441 Bytes

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