8000 Releases · Ramiz69/PurchaseKit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: Ramiz69/PurchaseKit

Release 1.0.0

17 May 18:09
Compare
Choose a tag to compare

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

📚 Documentation

0