Skip to content

Installation

isamercan edited this page Jun 30, 2026 · 1 revision

Installation

Swift Package Manager, in Xcode or Package.swift.

Xcode

  1. File ▸ Add Package Dependencies…
  2. URL: https://github.com/isamercan/ThemeKit
  3. Dependency Rule: Up to Next Minor Version0.1.0
  4. Add the ThemeKit product to your target.

Package.swift

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

Platforms

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.

Clone this wiki locally