8000 GitHub - fpseverino/swift-wallet: 🎟️ 📦 Create passes and orders for the Apple Wallet app.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fpseverino/swift-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift Wallet

🎟️ 📦 Create passes and orders for the Apple Wallet app.

Overview

This package provides tools to create passes and orders for the Apple Wallet app.

Getting Started

Use the SPM string to easily include the dependendency in your Package.swift file

.package(url: "https://github.com/fpseverino/swift-wallet.git", from: "0.4.0"),

and add the product you want to use to your target's dependencies:

.product(name: "WalletPasses", package: "swift-wallet"),
.product(name: "WalletOrders", package: "swift-wallet"),
0