MintegralAdSDK-Swift-Package

7.7.8

Mintegral-official/MintegralAdSDK-Swift-Package

What's New

7.7.8

2025-05-14T09:22:16Z

For detailed changelog please refer to our website.

MintegralAdSDK-Swift-Package

Mintegral iOS SDK for Swift Package Manager.

Installation

The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.

To integrate the Mintegral iOS SDK into your Xcode project using Swift Package Manager:

  1. Add it to the dependencies of your Package.swift:
dependencies: [
    .package(url: "https://github.com/Mintegral-official/MintegralAdSDK-Swift-Package.git", .exact("7.7.8"))
]
  1. Enable the -ObjC flag in Xcode: click on your project settings, go to Build Settings, search for Other Linker Flags and add -ObjC.

Description

  • Swift Tools
View More Packages from this Author

Dependencies

  • None
Last updated: Fri May 16 2025 19:15:19 GMT-0900 (Hawaii-Aleutian Daylight Time)