Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 533 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 533 Bytes

Permutive tvOS SDK Swift Package

This repo provides SPM support for Permutive tvOS SDK.

You can find iOS 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 :tvos, '12.0'
    pod 'Permutive_tvOS', '~> 2.1.3'
end