This repository contains the Swift Package Manager distribution of AlloySDK for iOS.
Add the following to your Package.swift:
dependencies: [
.package(url: "https://github.com/alloy-ch/rcplus-alloy-ios-sdk-spm", from: "0.1.0")
]Or add it through Xcode:
- Go to File → Add Package Dependencies
- Enter the repository URL:
https://github.com/alloy-ch/rcplus-alloy-ios-sdk-spm - Select the version you want to use
import AlloySDK
// Your AlloySDK usage code herev0.1.0
© Copyright 2024-2027 Ringier AG, Zurich, Switzerland. All rights reserved.