The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
To add a package dependency to your Xcode project, select File > Add Packages and enter its repository URL. Or once you have your own Swift package, adding TaboolaSDK as a dependency is as easy as adding it to the dependencies value of your Package.swift.
dependencies: [
.package(url: "https://github.com/taboola/taboola-spm-ios-sdk", .upToNextMajor(from: "3.7.0"))
]
To get started with the Taboola iOS SDK, please follow this link iOS SDK documentation.
If you wish to integrate Taboola SDK into any commercial applications, please contact us. For more information and support, please contact your dedicated account manager
Using the example code in the repository is subject to Taboola terms of use and privacy policy.