Skip to content

๐ŸŽŸ๏ธ ๐Ÿ“ฆ A collection of Fluent models for managing passes and orders for Apple Wallet.

License

Notifications You must be signed in to change notification settings

fpseverino/fluent-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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", 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")