blob: ca82848d2b05e39a2feee890ae61e3987b61ffef [file] [log] [blame]
{
"name": "gjg-MoPub-IronSource-Adapters",
"version": "6.8.4.0.1",
"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.0.1"
},
"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.5"
]
}
},
{
"name": "Network",
"source_files": "IronSource/*.{h,m}",
"dependencies": {
"IronSourceSDK": [
"6.8.4.0"
],
"gjg-mopub-ios-sdk/Core": [
"~> 5.5"
]
}
}
]
}