google-ima-sdk-xc

1.4.0

Unofficial Combined iOS & tvOS Google IMA SDK for both SPM & CocoaPods
rashadatjou/google-ima-sdk-xc

What's New

v1.4.0

2024-04-01T16:04:22Z

Google IMA iOS: 3.20.0
Google IMA tvOS: 4.11.1

Unofficial Combined Google IMA SDK iOS and tvOS

This is a project adds support for multi-platform XCFramework, Swift Package and CocoaPods to the Google Interactive Media Ads (IMA) SDK. Due to the reason that both of these frameworks where built from the same source but have been separated into different frameworks that share the same name it is trivial to put them back together. Multi-platform projects will benefit from this variant of the IMA SDK.

Checksum

e66013b366cca686e3199fd50c38ef439ceb7912ab1233ca37d515297632dbae

Current supported version:

iOS: 3.20.0Google Release

tvOS: 4.11.1Google Release

Getting Started

Swift Package Manager

To use this Swift Package in your Xcode project, follow these steps:

  1. Open your project in Xcode.
  2. Go to File > Swift Packages > Add Package Dependency.
  3. Enter the URL of this repository https://github.com/rashadatjou/google-ima-sdk-xc and click Next.
  4. Choose the version rule you want to use (e.g. "Up to Next Major") and click Next.
  5. Select the target you want to add the package to and click Finish.
  6. Import the GoogleInteractiveMediaAds module in your Swift files where you want to use the IMA SDK.
import GoogleInteractiveMediaAds
  1. You're now ready to use the IMA SDK in your app!

CocoaPods

To use this Pod in your Xcode project, follow these steps:

  1. Open your Podfile
  2. Add the following code to it:
pod `GoogleInteractiveMediaAdsXC`
  1. Run pod install in your terminal.

Resources

For more information on how to use the IMA SDK, see the official documentation.

iOS: https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side

tvOS: https://developers.google.com/interactive-media-ads/docs/sdks/tvos/client-side

Description

  • Swift Tools 5.6.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sat Apr 13 2024 04:23:53 GMT-0900 (Hawaii-Aleutian Daylight Time)