The SDK is distributed as a Swift package. Add it with Swift Package Manager, either through Xcode or your Package.swift.
The SDK depends on Stripe’s iOS SDK (stripe-ios 24.x), which powers the card / Apple Pay payment sheet. SwiftPM resolves it automatically.
zsdk_swift library product to your app target.dependencies: [
.package(url: "https://github.com/zuuppa/zsdk_swift.git", from: "1.0.0"),
],
targets: [
.target(
name: "YourApp",
dependencies: [
.product(name: "zsdk_swift", package: "zsdk_swift"),
]
),
]zsdk_swift.import zsdk_swift