https://github.com/ramiz69/purchasekit
A Swift framework that streamlines in-app purchases using StoreKit 2 with SPM and static linking support.
https://github.com/ramiz69/purchasekit
in-app-purchase ios spm static-linking storekit2 swift swift-concurrency swift-package
Last synced: 12 months ago
JSON representation
A Swift framework that streamlines in-app purchases using StoreKit 2 with SPM and static linking support.
- Host: GitHub
- URL: https://github.com/ramiz69/purchasekit
- Owner: Ramiz69
- License: mit
- Created: 2025-05-11T17:01:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-17T18:21:15.000Z (about 1 year ago)
- Last Synced: 2025-05-31T17:05:36.019Z (about 1 year ago)
- Topics: in-app-purchase, ios, spm, static-linking, storekit2, swift, swift-concurrency, swift-package
- Language: Swift
- Homepage:
- Size: 492 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RKPurchaseKit
[](https://swift.org)
[]()
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:
```text
https://github.com/Ramiz69/PurchaseKit.git
```
In Package.swift:
```text
.package(url: "https://github.com/Ramiz69/PurchaseKit.git", from: "1.0.0")
```
### ✅ Features
- async/await API
- actor-based PurchasesManager
- DocC documentation
- Static linking support (type: .static)
- Support for iOS, macOS, tvOS, watchOS, visionOS
### 📚 Documentation
- 🧠[Online documentation →](https://ramiz69.github.io/PurchaseKit)
- 🛠In Xcode: `Product > Build Documentation`
### 📄 License
```text
MIT © Ramiz Kichibekov
```