About Outbrain
Please make sure to review Outbrain SDK Developers Site
Outbrain SDK | Requirements |
---|---|
Min OutbrainSDK | iOS 14.0 or higher |
Build OutbrainSDK | iOS 17.0 |
Languages | Objective-C, Swift |
Devices | Any iOS compatible device: iPhones, iPads, etc. |
File Sizes | Outbrain adds about 100KB to your iOS release app. |
Architectures | i386, x86_64, armv7, arm64 |
Using CocoaPods
- Add
pod 'OutbrainSDK'
into your Podfile. - Run
pod install
. - Open workspace file and run the project.
Using Swift Package Manager
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. Once you have your Swift package set up, adding OutbrainSDK as a dependency is as easy as adding it to the dependencies value of your Package.swift.
dependencies: [
.package(url: "https://github.com/outbrain/outbrain-iOS-Framework", .upToNextMajor(from: "x.x.x"))
]
Follow the SDK integration steps on our developer site.