[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / b / OpenMediationGoogleAdAdapter / 2.1.2 / OpenMediationGoogleAdAdapter.podspec.json
blob661d01be928b810735ca02cb90428661d25b4d83
2   "name": "OpenMediationGoogleAdAdapter",
3   "version": "2.1.2",
4   "summary": "GoogleAd Adapter for OpenMediation",
5   "description": "GoogleAd adapter allows publishers to mediate GoogleAd banner, native, interstitial and video ads in OpenMediation 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.3"
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     "OMGoogleAdAdapter"
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   }