Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.53 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.53 KB

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