[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / 5 / MFXSDK_AdMobAdapter / 4.0.0 / MFXSDK_AdMobAdapter.podspec.json
blobc6cc799d7880f9f75e75e45b705ef3ffde6b2873
2   "name": "MFXSDK_AdMobAdapter",
3   "version": "4.0.0",
4   "summary": "MobFox's iOS AdMob Adapter",
5   "description": "MobFox's iOS SDK Used To Get Ads From The MobFox SSP",
6   "homepage": "https://www.mobfox.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MobFox": "ofir.ka@mobfox.com"
13   },
14   "source": {
15     "git": "https://github.com/mobfox/MFX-iOS-SDK.git",
16     "tag": "admob.4.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "static_framework": true,
22   "requires_arc": true,
23   "ios": {
24     "libraries": "z",
25     "source_files": "Adapters/AdMob/**/*.{h,m}"
26   },
27   "source_files": "Adapters/AdMob/**/*.{h,m}",
28   "vendored_frameworks": "MFXSDKCore.embeddedframework/MFXSDKCore.framework",
29   "dependencies": {
30     "Google-Mobile-Ads-SDK": [
31       "= 7.40.0"
32     ]
33   }