Skip to content

Instantly share code, notes, and snippets.

@pilot34
Last active August 29, 2015 14:13
Show Gist options
  • Save pilot34/11c7a31138d12b392528 to your computer and use it in GitHub Desktop.
Save pilot34/11c7a31138d12b392528 to your computer and use it in GitHub Desktop.
AdMobMediationAdapterFlurry.podspec.json
{
"name": "AdMobMediationAdapterFlurry",
"version": "6.0.1",
"source": {
"git": "https://github.com/flurry/FlurryAdapterForDFPAndAdMobiOS.git"
},
"summary": "AdMob Mediation Adapter for Millenia Media Network.",
"description": "By default mediation adapters are not included into iOS AdMob SDK. Each mediation network other than AdMob requries additional library component. This is InMobi mediation adapter library from InMobi.",
"license": {
"type": "Copyright",
"text": " ©2014 Flurry. All rights reserved.\n"
},
"homepage": "http://www.flurry.com/",
"authors": "Flurry",
"platforms": {
"ios": "6.0"
},
"preserve_paths": "libFlurryDFPAdapter_6.0.0.r1.a",
"dependencies": {
"Google-Mobile-Ads-SDK": [
],
"FlurrySDK/FlurryAds": [
]
},
"libraries": "FlurryDFPAdapter_6.0.0.r1",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/AdMobMediationAdapterFlurry/\""
},
"requires_arc": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment