fluent-wallet

main

🎟️ 📦 A collection of Fluent models for managing passes and orders for Apple Wallet.
fpseverino/fluent-wallet

FluentWallet

🎟️ 📦 A collection of Fluent models for managing passes and orders for Apple Wallet.

Overview

This package provides a collection of Fluent protocol and concrete models, useful for managing the creation and update of passes and orders for the Apple Wallet app with your Swift on Server application.

Getting Started

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

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

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

.product(name: "FluentWalletPasses", package: "fluent-wallet")
.product(name: "FluentWalletOrders", package: "fluent-wallet")

Description

  • Swift Tools 6.0.0
View More Packages from this Author

Dependencies

Last updated: Wed May 14 2025 04:29:06 GMT-0900 (Hawaii-Aleutian Daylight Time)