[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / f / 1 / a / OpenMediationAdMobAdapter / 2.0.6 / OpenMediationAdMobAdapter.podspec.json
blobd5a33e9709f99c3e6c0b11ca23f8b7df50f67e84
2   "name": "OpenMediationAdMobAdapter",
3   "version": "2.0.6",
4   "summary": "AdMob Adapter for OpenMedaiton",
5   "description": "AdMob adapter allows publishers to mediate AdMob banner, native, interstitial and video ads in OpenMedaiton SDK",
6   "homepage": "https://github.com/AdTiming/OpenMediation-iOS",
7   "authors": "OpenMedaiton",
8   "license": {
9     "type": "LGPL-3.0",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/AdTiming/OpenMediation-iOS.git",
14     "tag": "2.2.6"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "9.0"
19   },
20   "static_framework": true,
21   "dependencies": {
22     "OpenMediation": [
23       ">=2.2.0"
24     ],
25     "Google-Mobile-Ads-SDK": [
27     ]
28   },
29   "source_files": [
30     "OpenMediation/OpenMediationCustomEvent",
31     "OMAdMobAdapter"
32   ],
33   "public_header_files": "",
34   "pod_target_xcconfig": {
35     "OTHER_LDFLAGS": "-lObjC",
36     "VALID_ARCHS[sdk=iphoneos*]": "armv7 arm64",
37     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
38   }