Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 969 Bytes

File metadata and controls

39 lines (28 loc) · 969 Bytes

RKPurchaseKit

Swift Platforms

A lightweight Swift framework for in-app purchases using StoreKit 2
with full support for Swift Concurrency, async/await, and SPM.

📦 Installation

Swift Package Manager

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

✅ Features

  • async/await API
  • actor-based PurchasesManager
  • DocC documentation
  • Static linking support (type: .static)
  • Support for iOS, macOS, tvOS, watchOS, visionOS

📚 Documentation

📄 License

MIT © Ramiz Kichibekov