Releases: Ramiz69/PurchaseKit
Releases · Ramiz69/PurchaseKit
Release 1.0.0
Initial stable release of RKPurchaseKit — a lightweight Swift framework for in-app purchases with StoreKit 2.
✨ Features
- ✅ Swift Concurrency-native API using async/await
- ✅ PurchasesManager implemented as a Swift actor for thread-safety
- ✅ Static linking support (.static target type)
- ✅ Built-in DocC documentation
- ✅ Supports all major platforms:
- iOS 15+
- macOS 12+
- watchOS 8+
- tvOS 15+
- visionOS 1.0+ - ✅ Clean protocol-based architecture for mocking/testing
- ✅ Easily extendable and SPM-compatible
📦 Installation
Using Swift Package Manager:
.package(url: "https://github.com/Ramiz69/PurchaseKit.git", from: "1.0.0")