Skip to content

mdanylov-sigma/ios-spm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrebidMobile iOS SDK

This repository contains the PrebidMobile iOS SDK, split from the main PrebidMobile repository.

The PrebidMobile iOS SDK package provides the fundamental PrebidMobile functionality required to build header bidding and demand integrations on iOS.

Installation

Swift Package Manager

Xcode

  1. Open your project in Xcode.
  2. Go to File > Add Package Dependencies…
  3. Enter the repository URL:
    https://github.com/prebid/prebid-mobile-ios-sdk
    
  4. Select the version of the PrebidMobile iOS SDK you want to use. For new projects, we recommend using the Up to Next Major Version.
  5. In the package selection screen, make sure to check the modules you need for your integration and link it to your application target.

Package.swift

dependencies: [
    .package(
        url: "https://github.com/prebid/prebid-mobile-ios-sdk",
        .upToNextMajor(from: "x.y.z")
    )
]

Add the product to your target:

.target(
    name: "YourApp",
    dependencies: [
        .product(name: "PrebidMobile", package: "prebid-mobile-ios-sdk")
    ]
)

Documentation

Issues & support

Please report issues in the main PrebidMobile repository.

License

Apache 2.0. See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •