blob: 782d382c73cf9cc32f2c4214e7f1eb6ea866b2d6 [file] [log] [blame]
{
"name": "MoPub-Pangle-Adapters",
"version": "3.1.0.5.0",
"summary": "Pangle adapters for mediating through MoPub.",
"description": "Supported ad formats: Interstitial, Rewarded Video, Native.\n\nTo download and integrate the Pangle SDK, please check this tutorial: https://partner.oceanengine.com/union/media/union/download/detail?id=2&osType=ios.\n\n\nFor inquiries and support, please utilize the developer support forum: https://partner.oceanengine.com/faq?union=true.",
"homepage": "https://github.com/mopub/mopub-ios-mediation",
"license": {
"type": "New BSD",
"file": "LICENSE"
},
"authors": {
"MoPub": "support@mopub.com"
},
"source": {
"git": "https://github.com/mopub/mopub-ios-mediation.git",
"tag": "pangle-3.1.0.5.0"
},
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"xcconfig": {
"VALID_ARCHS": "arm64 armv7 armv7s x86_64"
},
"subspecs": [
{
"name": "MoPub",
"dependencies": {
"mopub-ios-sdk/Core": [
"~> 5.13"
],
"mopub-ios-sdk/NativeAds": [
"~> 5.13"
]
}
},
{
"name": "Network",
"source_files": "Pangle/*.{h,m}",
"dependencies": {
"Bytedance-UnionAD": [
"3.1.0.5"
],
"mopub-ios-sdk/Core": [
"~> 5.13"
],
"mopub-ios-sdk/NativeAds": [
"~> 5.13"
]
}
}
]
}