Skip to content

permutive-engineering/permutive-ios-spm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Permutive iOS SDK Swift Package

This repo provides SPM support for Permutive iOS and Catalyst SDK.

You can find tvOS support here.

Please refer to the SDK documentation here. Get the latest release notes here.

Use Cocoapods?

Easily include Permutive SDK in your Podfile:

target 'Your Target' do
    platform :ios, '12.0'
    pod 'Permutive_iOS', '~> 2.1.3'
end