Installation
Installing the iOS SDK.
Swift Package Manager
dependencies: [
.package(url: "https://github.com/snapodds/sdk-ios.git", .upToNextMajor(from: "2.0.0")),
.package(url: "https://github.com/clipshare/clipshare-sdk-ios.git", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/SDWebImage/SDWebImage.git", from: "5.1.0")
]Camera Permission
Last updated