[Delete] FaceCoreBasicNightly 6.3.1040
[CocoaPods.git] / Specs / 8 / a / 9 / MFXSDK_AdMob_Adapter / 4.2.2 / MFXSDK_AdMob_Adapter.podspec.json
blob5716d026a16bd4990c75a44107ef9c77b78f1197
2   "name": "MFXSDK_AdMob_Adapter",
3   "version": "4.2.2",
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": "4.2.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "static_framework": true,
22   "requires_arc": true,
23   "ios": {
24     "libraries": "z"
25   },
26   "source_files": "Adapters/AdMob/**/*.{h,m}",
27   "frameworks": "AdSupport",
28   "xcconfig": {
29     "FRAMEWORK_SEARCH_PATHS": "MFXSDKCore/**"
30   },
31   "dependencies": {
32     "MFXSDK_Native": [
33       "4.2.2"
34     ],
35     "Google-Mobile-Ads-SDK": [
36       "~> 7.48"
37     ]
38   }