[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / 8 / 4 / AdmixerSDK / 0.6.5 / AdmixerSDK.podspec.json
blobb09aceb9ca1f4014772136a3fc1395dd06d221cb
2   "name": "AdmixerSDK",
3   "version": "0.6.5",
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.6.5"
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": "GoogleMediation",
35       "dependencies": {
36         "AdmixerSDK/AdmixerSDK": [
37           "0.6.5"
38         ],
39         "Google-Mobile-Ads-SDK": [
40           "8.0.0"
41         ]
42       },
43       "source_files": "mediation/mediation/GoogleMediation/GoogleMediation/*.{swift,h}",
44       "public_header_files": "mediation/mediation/GoogleMediation/Googlemediation/*.h"
45     },
46     {
47       "name": "GoogleMediationPre8",
48       "dependencies": {
49         "AdmixerSDK/AdmixerSDK": [
50           "0.6.5"
51         ],
52         "Google-Mobile-Ads-SDK": [
53           "7.69.0"
54         ]
55       },
56       "source_files": "mediation/mediation/GoogleMediationPre8/GoogleMediationPre8/*.{swift,h}",
57       "public_header_files": "mediation/mediaiton/GoogleMediationPre8/GoogleMediationPre8/*.h"
58     },
59     {
60       "name": "GoogleMediationAdapter",
61       "dependencies": {
62         "AdmixerSDK/AdmixerSDK": [
63           "0.6.5"
64         ],
65         "Google-Mobile-Ads-SDK": [
66           "8.0.0"
67         ]
68       },
69       "source_files": "mediation/mediation_adapter/GoogleMediationAdapter/GoogleMediationAdapter/*.{swift,h}",
70       "public_header_files": "mediation/mediation_adapter/GoogleMediationAdapter/GoogleMediationAdapter/*.h"
71     },
72     {
73       "name": "GoogleMediationAdapterPre8",
74       "dependencies": {
75         "AdmixerSDK/AdmixerSDK": [
76           "0.6.5"
77         ],
78         "Google-Mobile-Ads-SDK": [
79           "7.69.0"
80         ]
81       },
82       "source_files": "mediation/mediation_adapter/GoogleMediationAdapterPre8/GoogleMediationAdapterPre8/*.{swift,h}",
83       "public_header_files": "mediation/mediation_adapter/GoogleMediationAdapterPre8/GoogleMediationAdapterPre8/*.h"
84     }
85   ],
86   "swift_version": "5.0"