iOS SDK¶
Several languages can be used with iOS applications. See the individual language documentation for installation instructions
Swift SDK¶
The latest package is available for Swift Package Manager and can be added in your dependency section in Package.swift
as follows:
dependencies: [
.package(name: "Trinsic", url: "https://github.com/trinsic-id/sdk-swift", branch: "main")
],
You can find more details, source code, and tests for the Swift SDK at trinsic-id/sdk-swift.