-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68e34f1
commit 4b1d48a
Showing
1 changed file
with
190 additions
and
0 deletions.
There are no files selected for viewing
190 changes: 190 additions & 0 deletions
190
Specs/f/9/d/PlatformOne-Ads-SDK/2.17.2/PlatformOne-Ads-SDK.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
{ | ||
"name": "PlatformOne-Ads-SDK", | ||
"version": "2.17.2", | ||
"summary": "PlatformOne Ads SDK for iOS", | ||
"license": { | ||
"type": "Copyright", | ||
"text": "Copyright 2015-2023 UNITED Marketing Technologies, Inc. All rights reserved." | ||
}, | ||
"homepage": "https://yieldone.com/service/", | ||
"authors": "UNITED Marketing Technologies, Inc.", | ||
"platforms": { | ||
"ios": "12.0" | ||
}, | ||
"source": { | ||
"http": "https://dl.ad-stir.com/p1_sdk/PlatformOneAdsSdkiOS-2.17.2-MediationAdapter.zip", | ||
"sha256": "b7189aed92aa54cae265385efc8b784042dbf1f7e99a2275ac170146489ac451" | ||
}, | ||
"preserve_paths": "**/README.md", | ||
"requires_arc": true, | ||
"default_subspecs": "Core", | ||
"cocoapods_version": ">= 1.9.0", | ||
"subspecs": [ | ||
{ | ||
"name": "Core", | ||
"vendored_frameworks": "**/PlatformOneAds.xcframework", | ||
"frameworks": [ | ||
"AdSupport", | ||
"AVFoundation", | ||
"CoreTelephony", | ||
"CoreMedia", | ||
"QuartzCore", | ||
"SystemConfiguration", | ||
"SafariServices", | ||
"WebKit" | ||
] | ||
}, | ||
{ | ||
"name": "Mediation", | ||
"dependencies": { | ||
"PlatformOne-Ads-SDK/Core": [ | ||
|
||
] | ||
}, | ||
"pod_target_xcconfig": { | ||
"OTHER_LDFLAGS": "-lObjC" | ||
} | ||
}, | ||
{ | ||
"name": "GADMediationAdapter", | ||
"dependencies": { | ||
"PlatformOne-Ads-SDK/Mediation": [ | ||
|
||
], | ||
"Google-Mobile-Ads-SDK": [ | ||
|
||
] | ||
}, | ||
"vendored_frameworks": "**/GADMediationAdapter/GADMAdapterPlatformOneAds.xcframework" | ||
}, | ||
{ | ||
"name": "AppLovin", | ||
"dependencies": { | ||
"PlatformOne-Ads-SDK/Mediation": [ | ||
|
||
], | ||
"AppLovinSDK": [ | ||
"13.0.0" | ||
] | ||
}, | ||
"vendored_frameworks": "**/PlatformOneAdsMediationAdapterAppLovin.xcframework" | ||
}, | ||
{ | ||
"name": "IMobile", | ||
"dependencies": { | ||
"PlatformOne-Ads-SDK/Mediation": [ | ||
|
||
], | ||
"ImobileSdkAds": [ | ||
"2.3.4" | ||
] | ||
}, | ||
"vendored_frameworks": "**/PlatformOneAdsMediationAdapterIMobile.xcframework" | ||
}, | ||
{ | ||
"name": "IronSource", | ||
"dependencies": { | ||
"PlatformOne-Ads-SDK/Mediation": [ | ||
|
||
], | ||
"IronSourceSDK": [ | ||
"8.5.0.0" | ||
] | ||
}, | ||
"vendored_frameworks": "**/PlatformOneAdsMediationAdapterIronSource.xcframework" | ||
}, | ||
{ | ||
"name": "Maio", | ||
"dependencies": { | ||
"PlatformOne-Ads-SDK/Mediation": [ | ||
|
||
], | ||
"MaioSDK-v2": [ | ||
"2.1.4" | ||
] | ||
}, | ||
"vendored_frameworks": "**/PlatformOneAdsMediationAdapterMaio.xcframework" | ||
}, | ||
{ | ||
"name": "TikTok", | ||
"dependencies": { | ||
"PlatformOne-Ads-SDK/Mediation": [ | ||
|
||
], | ||
"Ads-Global/BUAdSDK": [ | ||
"6.2.0.7" | ||
] | ||
}, | ||
"vendored_frameworks": "**/PlatformOneAdsMediationAdapterTikTok.xcframework" | ||
}, | ||
{ | ||
"name": "UnityAds", | ||
"dependencies": { | ||
"PlatformOne-Ads-SDK/Mediation": [ | ||
|
||
], | ||
"UnityAds": [ | ||
"4.11.3" | ||
] | ||
}, | ||
"vendored_frameworks": "**/PlatformOneAdsMediationAdapterUnityAds.xcframework" | ||
}, | ||
{ | ||
"name": "All-Incentivized", | ||
"dependencies": { | ||
"PlatformOne-Ads-SDK/AppLovin": [ | ||
|
||
], | ||
"PlatformOne-Ads-SDK/IronSource": [ | ||
|
||
], | ||
"PlatformOne-Ads-SDK/Maio": [ | ||
|
||
], | ||
"PlatformOne-Ads-SDK/TikTok": [ | ||
|
||
], | ||
"PlatformOne-Ads-SDK/UnityAds": [ | ||
|
||
] | ||
} | ||
}, | ||
{ | ||
"name": "All-Interstitial", | ||
"dependencies": { | ||
"PlatformOne-Ads-SDK/AppLovin": [ | ||
|
||
], | ||
"PlatformOne-Ads-SDK/IMobile": [ | ||
|
||
], | ||
"PlatformOne-Ads-SDK/IronSource": [ | ||
|
||
], | ||
"PlatformOne-Ads-SDK/Maio": [ | ||
|
||
], | ||
"PlatformOne-Ads-SDK/TikTok": [ | ||
|
||
] | ||
} | ||
}, | ||
{ | ||
"name": "All-PlatformOne", | ||
"dependencies": { | ||
"PlatformOne-Ads-SDK/GADMediationAdapter": [ | ||
|
||
], | ||
"PlatformOne-Ads-SDK/All-Incentivized": [ | ||
|
||
], | ||
"PlatformOne-Ads-SDK/All-Interstitial": [ | ||
|
||
], | ||
"PlatformOne-Ads-SDK/IronSource": [ | ||
|
||
] | ||
} | ||
} | ||
] | ||
} |