Installation
Swift Package Manager
https://github.com/kape/kape-ios-sdkdependencies: [
.package(url: "https://github.com/kape/kape-ios-sdk", from: "1.0.0")
],
targets: [
.target(
name: "YourApp",
dependencies: ["KapeSDK"]
)
]CocoaPods
Last updated