https://github.com/fpseverino/swift-wallet
🎟️ 📦 Create passes and orders for the Apple Wallet app.
https://github.com/fpseverino/swift-wallet
apple-wallet cards coupons ecommerce merchant orders passbook passes passkit server-side-swift swift swift-library swift-linux swift-package swift-package-manager tickets wallet
Last synced: 7 months ago
JSON representation
🎟️ 📦 Create passes and orders for the Apple Wallet app.
- Host: GitHub
- URL: https://github.com/fpseverino/swift-wallet
- Owner: fpseverino
- License: mit
- Created: 2024-12-24T17:09:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T17:51:25.000Z (over 1 year ago)
- Last Synced: 2025-01-31T18:32:22.703Z (over 1 year ago)
- Topics: apple-wallet, cards, coupons, ecommerce, merchant, orders, passbook, passes, passkit, server-side-swift, swift, swift-library, swift-linux, swift-package, swift-package-manager, tickets, wallet
- Language: Swift
- Homepage: https://swiftpackageindex.com/fpseverino/swift-wallet
- Size: 235 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Swift Wallet
🎟️ 📦 Create passes and orders for the Apple Wallet app.
[](https://swiftpackageindex.com/fpseverino/swift-wallet)
[](https://swiftpackageindex.com/fpseverino/swift-wallet)
[](https://github.com/fpseverino/swift-wallet/actions/workflows/test.yml)
[](https://codecov.io/github/fpseverino/swift-wallet)
## 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
```swift
.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:
```swift
.product(name: "WalletPasses", package: "swift-wallet"),
```
```swift
.product(name: "WalletOrders", package: "swift-wallet"),
```