| { |
| "name": "MFXSDK_AdMobAdapter", |
| "version": "4.0.0", |
| "summary": "MobFox's iOS AdMob Adapter", |
| "description": "MobFox's iOS SDK Used To Get Ads From The MobFox SSP", |
| "homepage": "https://www.mobfox.com/", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "MobFox": "ofir.ka@mobfox.com" |
| }, |
| "source": { |
| "git": "https://github.com/mobfox/MFX-iOS-SDK.git", |
| "tag": "admob.4.0.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "static_framework": true, |
| "requires_arc": true, |
| "ios": { |
| "libraries": "z", |
| "source_files": "Adapters/AdMob/**/*.{h,m}" |
| }, |
| "source_files": "Adapters/AdMob/**/*.{h,m}", |
| "vendored_frameworks": "MFXSDKCore.embeddedframework/MFXSDKCore.framework", |
| "dependencies": { |
| "Google-Mobile-Ads-SDK": [ |
| "= 7.40.0" |
| ] |
| } |
| } |