https://github.com/fpseverino/fluent-wallet
🎟️ 📦 A collection of Fluent models for managing passes and orders for Apple Wallet.
https://github.com/fpseverino/fluent-wallet
apple-wallet cards coupons ecommerce fluent merchant orders passbook passes passkit server-side-swift swift swift-library swift-linux swift-package swift-package-manager tickets wallet
Last synced: about 1 year ago
JSON representation
🎟️ 📦 A collection of Fluent models for managing passes and orders for Apple Wallet.
- Host: GitHub
- URL: https://github.com/fpseverino/fluent-wallet
- Owner: fpseverino
- License: mit
- Created: 2024-12-20T18:18:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T17:05:34.000Z (over 1 year ago)
- Last Synced: 2025-03-16T12:16:13.499Z (about 1 year ago)
- Topics: apple-wallet, cards, coupons, ecommerce, fluent, merchant, orders, passbook, passes, passkit, server-side-swift, swift, swift-library, swift-linux, swift-package, swift-package-manager, tickets, wallet
- Language: Swift
- Homepage: https://swiftpackageindex.com/fpseverino/fluent-wallet
- Size: 254 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# FluentWallet
🎟️ 📦 A collection of Fluent models for managing passes and orders for Apple Wallet.
[](https://swiftpackageindex.com/fpseverino/fluent-wallet)
[](https://swiftpackageindex.com/fpseverino/fluent-wallet)
[](https://github.com/fpseverino/fluent-wallet/actions/workflows/test.yml)
[](https://codecov.io/github/fpseverino/fluent-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
```swift
.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:
```swift
.product(name: "FluentWalletPasses", package: "fluent-wallet")
```
```swift
.product(name: "FluentWalletOrders", package: "fluent-wallet")
```