Skip to content

themediatrust/ios-msdk-cocoapods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMT MediaFilterSDK CocoaPods Specs

CocoaPods Platform

CocoaPods spec source for The Media Trust Media Filter iOS SDK. This repo hosts the TMTMediaFilterSDK.podspec files for each released version. The actual xcframework binary lives on S3; the podspec's source field points at it.

Requirements

  • iOS 12.0+
  • CocoaPods 1.10+
  • Xcode 15.0+

Installation

Add this repo as a spec source

In your Podfile, at the top:

source 'https://github.com/themediatrust/ios-msdk-cocoapods.git'
source 'https://cdn.cocoapods.org/'  # also needed for transitive dependencies

Then declare the dependency:

target 'YourApp' do
  use_frameworks!
  pod 'TMTMediaFilterSDK', '~> 1.3'
end

Run pod install.

Alternative: direct podspec URL (one-off, not recommended)

pod 'TMTMediaFilterSDK', :podspec => 'https://raw.githubusercontent.com/themediatrust/ios-msdk-cocoapods/main/Specs/7/c/d/TMTMediaFilterSDK/1.3.0/TMTMediaFilterSDK.podspec'

This works but loses the version range / update-tracking benefits of having the repo as a proper spec source.

Quick Start

import MediaFilterSDK

// Initialize the SDK during app launch.
MediaFilter.configure(apiKey: "YOUR_API_KEY")

See the integration guide for full setup including ad-network adapters.

Available Versions

This repo hosts podspecs for all currently published versions. The CocoaPods shard layout (Specs/7/c/d/TMTMediaFilterSDK/X.Y.Z/) follows CocoaPods convention based on the md5 hash of the pod name.

For the canonical version list, browse Specs/7/c/d/TMTMediaFilterSDK/.

Documentation

Full integration documentation and API reference are provided to publishers under separate cover. Contact your account representative for access.

Support

For integration support, contact support@themediatrust.com.

License

Proprietary. See LICENSE for terms.

Copyright (c) 2026 TMT Digital, Inc. All rights reserved.

About

CocoaPods spec source for TMT Media Filter iOS SDK. Binary-only: ships podspecs that point at the canonical S3 xcframework. Source lives elsewhere.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages