Contents

fpseverino/fluent-wallet

🎟️ πŸ“¦ 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.3.0")

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

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

Package Metadata

Repository: fpseverino/fluent-wallet

Default branch: main

README: README.md