[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / 8 / 4 / AdmixerSDK / 0.8.1 / AdmixerSDK.podspec.json
blob2912c00195f6ee62a2b908fb6b379970c505637b
2   "name": "AdmixerSDK",
3   "version": "0.8.1",
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.8.1"
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.8.1"
38         ],
39         "Google-Mobile-Ads-SDK": [
40           "~> 8.0"
41         ]
42       },
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"
47       },
48       "user_target_xcconfig": {
49         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
50       }
51     },
52     {
53       "name": "GoogleMediationPre8",
54       "dependencies": {
55         "AdmixerSDK/AdmixerSDK": [
56           "0.8.1"
57         ],
58         "Google-Mobile-Ads-SDK": [
59           "7.69.0"
60         ]
61       },
62       "source_files": "mediation/mediation/GoogleMediationPre8/GoogleMediationPre8/*.{swift,h}",
63       "public_header_files": "mediation/mediaiton/GoogleMediationPre8/GoogleMediationPre8/*.h"
64     },
65     {
66       "name": "GoogleMediationAdapter",
67       "dependencies": {
68         "AdmixerSDK/AdmixerSDK": [
69           "0.8.1"
70         ],
71         "Google-Mobile-Ads-SDK": [
72           "~> 8.0"
73         ]
74       },
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"
79       },
80       "user_target_xcconfig": {
81         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
82       }
83     },
84     {
85       "name": "GoogleMediationAdapterPre8",
86       "dependencies": {
87         "AdmixerSDK/AdmixerSDK": [
88           "0.8.1"
89         ],
90         "Google-Mobile-Ads-SDK": [
91           "7.69.0"
92         ]
93       },
94       "source_files": "mediation/mediation_adapter/GoogleMediationAdapterPre8/GoogleMediationAdapterPre8/*.{swift,h}",
95       "public_header_files": "mediation/mediation_adapter/GoogleMediationAdapterPre8/GoogleMediationAdapterPre8/*.h"
96     }
97   ],
98   "swift_version": "5.0"