blob: 3b3c4a1c9889ecec08c1b9b6fea3e8f2753495f2 [file] [log] [blame]
{
"name": "gjg-MoPub-IronSource-Adapters",
"version": "6.8.4.2.0",
"summary": "IronSource Adapters for mediating through MoPub.",
"description": "Supported ad formats: Interstitial, Rewarded Video.\n\nTo download and integrate the IronSource SDK, please check this tutorial: https://developers.ironsrc.com/ironsource-mobile/ios/ios-sdk/ \n\n\nFor inquiries and support, please check https://developers.ironsrc.com/submit-a-request/",
"homepage": "https://github.com/arkenthera/mopub-ios-mediation",
"license": {
"type": "New BSD",
"file": "LICENSE"
},
"authors": {
"MoPub": "support@mopub.com"
},
"source": {
"git": "https://github.com/arkenthera/mopub-ios-mediation.git",
"tag": "gjg-ironsource-6.8.4.2.0"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"subspecs": [
{
"name": "MoPub",
"dependencies": {
"gjg-mopub-ios-sdk/Core": [
"~> 5.7"
]
}
},
{
"name": "Network",
"source_files": "IronSource/*.{h,m}",
"dependencies": {
"IronSourceSDK": [
"6.8.4.2"
],
"gjg-mopub-ios-sdk/Core": [
"~> 5.7"
]
}
}
]
}