Updating the SDK
Swift Package Manager (SPM)
Updating via Xcode Interface:
Updating via Command Line
To Update to the Latest Compatible Version:
.package(url: "https://github.com/luciqai/luciq-ios-sdk", from: "19.6.0")swift package updateTo Update to a Specific Version (e.g., 19.6.0):
.package(url: "https://github.com/luciqai/luciq-ios-sdk", .exact("19.6.0"))CocoaPods
Carthage
Last updated