[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / 8 / 4 / AdmixerSDK / 0.1.8 / AdmixerSDK.podspec.json
bloba0261731953392b76be170716fa702e8f67ba96e
2   "name": "AdmixerSDK",
3   "version": "0.1.8",
4   "summary": "Admixer iOS Mobile Advertising SDK.",
5   "description": "AdmixerSDK supports banner and interstitial ad formats and can show AdMob ad through mediation.",
6   "homepage": "https://admixer.visualstudio.com/_git/Admixer.IOS.SDK.Examples",
7   "authors": {
8     "Admixer Mobile Team": "mobileteam@admixer.net"
9   },
10   "license": {
11     "type": "Apache License, Version 2.0",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://admixer.visualstudio.com/DefaultCollection/Admixer.IOS.SDK.Examples/_git/Admixer.IOS.SDK.Examples",
20     "tag": "0.1.8"
21   },
22   "requires_arc": true,
23   "default_subspecs": "AdmixerSDK",
24   "static_framework": true,
25   "subspecs": [
26     {
27       "name": "AdmixerSDK",
28       "source_files": "AdmixerSDK/AdmixerSDK/**/*.{swift,h}",
29       "public_header_files": "AdmixerSDK/AdmixerSDK/*.h",
30       "resources": "AdmixerSDK/AdmixerSDK/**/*.{png,bundle,xib,nib,js,html,strings}",
31       "frameworks": "WebKit"
32     },
33     {
34       "name": "GoogleMediationAdapter",
35       "dependencies": {
36         "AdmixerSDK/AdmixerSDK": [
37           "0.1.8"
38         ],
39         "Google-Mobile-Ads-SDK": [
41         ]
42       },
43       "source_files": "mediation/mediation_adapter/GoogleMediationAdapter/GoogleMediationAdapter/*.{swift,h}",
44       "public_header_files": "mediation/mediation_adapter/GoogleMediationAdapter/GoogleMediationAdapter/*.h"
45     }
46   ],
47   "swift_version": "5.0"