https://github.com/taboola/taboola-spm-ios-sdk
SPM Support for Taboola SDK
https://github.com/taboola/taboola-spm-ios-sdk
Last synced: 4 months ago
JSON representation
SPM Support for Taboola SDK
- Host: GitHub
- URL: https://github.com/taboola/taboola-spm-ios-sdk
- Owner: taboola
- Created: 2022-05-24T11:56:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-27T13:29:46.000Z (4 months ago)
- Last Synced: 2026-01-27T22:29:20.422Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taboola for SPM
## About
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"))
]
```
## Getting Started
To get started with the Taboola iOS SDK, please follow this link [iOS SDK documentation](https://developers.taboola.com/taboolasdk/v3/docs/welcome).
## Contact Us
If you wish to integrate Taboola SDK into any commercial applications, please [contact us](https://www.taboola.com/contact?ref=taboola_sdk_github_examples).
For more information and support, please contact your dedicated account manager
## Legal
Using the example code in the repository is subject to Taboola [terms of use](https://www.taboola.com/terms-of-use) and [privacy policy](https://www.taboola.com/privacy-policy).