๐๏ธ ๐ฆ A collection of Fluent models for managing passes and orders for Apple Wallet.
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.
Use the SPM string to easily include the dependendency in your Package.swift
file
.package(url: "https://github.com/fpseverino/fluent-wallet.git", branch: "main")
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")