A lightweight Swift framework for in-app purchases using StoreKit 2
with full support for Swift Concurrency, async/await, and SPM.
Add this URL to your Xcode project:
https://github.com/Ramiz69/PurchaseKit.git
In Package.swift:
.package(url: "https://github.com/Ramiz69/PurchaseKit.git", from: "1.0.0")
- async/await API
- actor-based PurchasesManager
- DocC documentation
- Static linking support (type: .static)
- Support for iOS, macOS, tvOS, watchOS, visionOS
- 🧭 Online documentation →
- 🛠 In Xcode:
Product > Build Documentation
MIT © Ramiz Kichibekov