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",
8 "Admixer Mobile Team": "mobileteam@admixer.net"
11 "type": "Apache License, Version 2.0",
17 "swift_versions": "5.0",
19 "git": "https://admixer.visualstudio.com/DefaultCollection/Admixer.IOS.SDK.Examples/_git/Admixer.IOS.SDK.Examples",
23 "default_subspecs": "AdmixerSDK",
24 "static_framework": true,
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"
34 "name": "GoogleMediation",
36 "AdmixerSDK/AdmixerSDK": [
39 "Google-Mobile-Ads-SDK": [
43 "source_files": "mediation/mediation/GoogleMediation/GoogleMediation/*.{swift,h}",
44 "public_header_files": "mediation/mediation/GoogleMediation/Googlemediation/*.h",
45 "pod_target_xcconfig": {
46 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
48 "user_target_xcconfig": {
49 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
53 "name": "GoogleMediationPre8",
55 "AdmixerSDK/AdmixerSDK": [
58 "Google-Mobile-Ads-SDK": [
62 "source_files": "mediation/mediation/GoogleMediationPre8/GoogleMediationPre8/*.{swift,h}",
63 "public_header_files": "mediation/mediaiton/GoogleMediationPre8/GoogleMediationPre8/*.h"
66 "name": "GoogleMediationAdapter",
68 "AdmixerSDK/AdmixerSDK": [
71 "Google-Mobile-Ads-SDK": [
75 "source_files": "mediation/mediation_adapter/GoogleMediationAdapter/GoogleMediationAdapter/*.{swift,h}",
76 "public_header_files": "mediation/mediation_adapter/GoogleMediationAdapter/GoogleMediationAdapter/*.h",
77 "pod_target_xcconfig": {
78 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
80 "user_target_xcconfig": {
81 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
85 "name": "GoogleMediationAdapterPre8",
87 "AdmixerSDK/AdmixerSDK": [
90 "Google-Mobile-Ads-SDK": [
94 "source_files": "mediation/mediation_adapter/GoogleMediationAdapterPre8/GoogleMediationAdapterPre8/*.{swift,h}",
95 "public_header_files": "mediation/mediation_adapter/GoogleMediationAdapterPre8/GoogleMediationAdapterPre8/*.h"
98 "swift_version": "5.0"