-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
isamercan edited this page Jun 30, 2026
·
1 revision
Swift Package Manager, in Xcode or Package.swift.
- File ▸ Add Package Dependencies…
- URL:
https://github.com/isamercan/ThemeKit - Dependency Rule: Up to Next Minor Version —
0.1.0 - Add the ThemeKit product to your target.
.package(url: "https://github.com/isamercan/ThemeKit", .upToNextMinor(from: "0.1.0")),.product(name: "ThemeKit", package: "ThemeKit"),
// Optional Lottie add-on:
// .product(name: "ThemeKitLottie", package: "ThemeKit"),| Platform | Minimum |
|---|---|
| iOS | 17.0 |
| macOS | 14.0 |
The core is zero-dependency; Lottie is pulled in only via the
ThemeKitLottie product.
📖 Detailed version: the Installation article in the DocC docs
(Sources/ThemeKit/Documentation.docc/Installation.md), viewable with
swift package --disable-sandbox preview-documentation --target ThemeKit.