All SDKs

Swift / iOS / macOS

v0.2.0beta

AllStak

Install

The GitHub README couldn't be loaded. Showing the cached install snippets from the SDK catalog.

swiftpm
.package(url: "https://github.com/AllStak/allstak-apple.git", from: "0.2.0")
cocoapods
pod 'AllStak', '~> 0.2'

Quick start

import AllStak
AllStak.start { options in
  options.apiKey = "{{API_KEY}}"
  options.environment = "production"
}