blob: ce88a53106e29585defe682fc54cc0e320bdaa42 [file] [log] [blame]
{
"name": "AdMobMediationAdapterFlurry",
"version": "8.6.1",
"summary": "Flurry adapter for Google Ads SDK",
"license": {
"type": "Commercial",
"file": "Licenses/Flurry-LICENSE.txt"
},
"description": "The Flurry adapter allows app publishers mediate the Flurry SDK using Google Ads for AdMob or DFP",
"homepage": "https://developer.yahoo.com/flurry/docs/publisher/mediation/admob/ios/",
"authors": {
"Flurry": "integration@flurry.com"
},
"source": {
"git": "https://github.com/flurry/flurry-adapter-admob-ios.git",
"tag": "8.6.1"
},
"requires_arc": false,
"platforms": {
"ios": "8.0"
},
"source_files": [
"FlurryAdapter/FlurryAdNetworkExtras.h"
],
"vendored_libraries": "FlurryAdapter/libFlurryAdapter.a",
"dependencies": {
"Flurry-iOS-SDK/FlurrySDK": [
"~> 8"
],
"Flurry-iOS-SDK/FlurryAds": [
"~> 8"
],
"Google-Mobile-Ads-SDK": [
"~> 7.12"
]
}
}