[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / f / 3 / OpenMediationAdmostAdapter / 2.0.8 / OpenMediationAdmostAdapter.podspec.json
blob40cb79facd30992324de4647f2f24961653eef59
2   "name": "OpenMediationAdmostAdapter",
3   "version": "2.0.8",
4   "summary": "Admost Adapter for OpenMediation",
5   "description": "Admost adapter allows publishers to mediate Admost 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": "AdmostAdapter-2.0.8"
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     "AMRSDK": [
26       ">1.4"
27     ]
28   },
29   "source_files": [
30     "OpenMediation/OpenMediationCustomEvent",
31     "OpenMediation/OpenMediationBid/OMBidCustomEvent.h",
32     "OMAdmostAdapter"
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   }