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.
- iOS 12.0+
- CocoaPods 1.10+
- Xcode 15.0+
In your Podfile, at the top:
source 'https://github.com/themediatrust/ios-msdk-cocoapods.git'
source 'https://cdn.cocoapods.org/' # also needed for transitive dependenciesThen declare the dependency:
target 'YourApp' do
use_frameworks!
pod 'TMTMediaFilterSDK', '~> 1.3'
endRun pod install.
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.
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.
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/.
Full integration documentation and API reference are provided to publishers under separate cover. Contact your account representative for access.
For integration support, contact support@themediatrust.com.
Proprietary. See LICENSE for terms.
Copyright (c) 2026 TMT Digital, Inc. All rights reserved.