Skip to content

localytics/Localytics-swiftpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Localytics

The Localytics SDK automatically captures and uploads device IDs which the Localytics backend uses to uniquely identify users. See our help docs for more information.

Usage

This repo is a swiftpm wrapper for our iOS SDK.

Xcode

Under File -> Add Packages... add the following URL:

https://github.com/localytics/Localytics-swiftpm.git

Swiftpm Manifest

Add the following to the Package.swift:

.package(url: "https://github.com/localytics/Localytics-swiftpm.git", from: "6.3.3")