[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / f / 1 / a / OpenMediationAdMobAdapter / 2.1.4 / OpenMediationAdMobAdapter.podspec.json
blob5073c35b708868295eadaa93c3944f12ed6f38a7
2   "name": "OpenMediationAdMobAdapter",
3   "version": "2.1.4",
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": "Admob-2.1.4"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "9.0"
19   },
20   "static_framework": true,
21   "dependencies": {
22     "OpenMediation": [
23       ">=2.3.0"
24     ],
25     "Google-Mobile-Ads-SDK": [
27     ]
28   },
29   "source_files": [
30     "OpenMediation/OpenMediationCustomEvent",
31     "OpenMediation/OpenMediationBid/OMBidCustomEvent.h",
32     "OMAdMobAdapter"
33   ],
34   "public_header_files": "",
35   "pod_target_xcconfig": {
36     "OTHER_LDFLAGS": "-lObjC",
37     "VALID_ARCHS[sdk=iphoneos*]": "armv7 arm64",
38     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
39   }