Last active
August 29, 2015 14:13
-
-
Save pilot34/11c7a31138d12b392528 to your computer and use it in GitHub Desktop.
AdMobMediationAdapterFlurry.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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