Sdk
Installation
Add the FlwKit iOS SDK to your Xcode project.
Requirements
| Minimum | |
|---|---|
| iOS | 15.0 |
| Swift | 5.9 |
| Xcode | 15.0 recommended |
The SDK has no external dependencies.
Swift Package Manager
Add the package in Xcode
Go to File → Add Package Dependencies... and enter the repository URL:
Select Up to Next Major Version starting from 0.1.0, then choose your app target and click Add Package.
Verify the import
Add the import to any Swift file. If Xcode reports no error, the package is linked correctly.
Package.swift
If you maintain a library target, add FlwKit as a dependency: