[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / d / AppNexusSDK / 8.11.4 / AppNexusSDK.podspec.json
blob0192974ab51849dc7d89ec2c67bfc71ef7899c98
2   "name": "AppNexusSDK",
3   "version": "8.11.4",
4   "platforms": {
5     "ios": "12.0"
6   },
7   "summary": "AppNexus iOS Mobile Advertising SDK",
8   "description": "Our mobile advertising SDK gives developers a fast and convenient way to monetize their apps.",
9   "homepage": "https://github.com/appnexus/mobile-sdk-ios",
10   "source": {
11     "git": "https://github.com/appnexus/mobile-sdk-ios.git",
12     "branch": "master"
13   },
14   "authors": {
15     "AppNexus Mobile Engineering": "sdk@appnexus.com"
16   },
17   "license": {
18     "type": "Apache License, Version 2.0",
19     "file": "LICENSE"
20   },
21   "requires_arc": true,
22   "static_framework": true,
23   "default_subspecs": "AppNexusSDK",
24   "subspecs": [
25     {
26       "name": "AppNexusSDK",
27       "source_files": "sdk/sourcefiles/**/*.{h,m}",
28       "resource_bundles": {
29         "Resources": [
30           "sdk/sourcefiles/**/PrivacyInfo.xcprivacy"
31         ]
32       },
33       "public_header_files": "sdk/sourcefiles/public-headers/*.h",
34       "resources": [
35         "sdk/sourcefiles/Resources/*.{png,xib,nib,js,html,bundle,strings}",
36         "sdk/sourcefiles/Resources/images/*.{png}",
37         "sdk/AppNexusSDK/SDK-Info.plist"
38       ],
39       "vendored_frameworks": "sdk/sourcefiles/Viewability/dynamic_framework/OMSDK_Microsoft.xcframework",
40       "frameworks": "WebKit",
41       "pod_target_xcconfig": {
42         "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
43         "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
44       },
45       "exclude_files": [
46         "sdk/sourcefiles/macOS/",
47         "sdk/sourcefiles/Viewability/static_framework",
48         "sdk/sourcefiles/Viewability/dynamic_framework"
49       ]
50     },
51     {
52       "name": "GoogleAdapter",
53       "dependencies": {
54         "AppNexusSDK/AppNexusSDK": [
55           "8.11.4"
56         ],
57         "Google-Mobile-Ads-SDK": [
58           "11.2.0"
59         ]
60       },
61       "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
62       "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANGoogleMediationSettings.h",
63       "xcconfig": {
64         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
65       }
66     },
67     {
68       "name": "FacebookCSRAdapter",
69       "dependencies": {
70         "AppNexusSDK/AppNexusSDK": [
71           "8.11.4"
72         ],
73         "FBAudienceNetwork": [
74           "6.15.0"
75         ]
76       },
77       "source_files": "csr/Facebook/*.{h,m}",
78       "public_header_files": "csr/Facebook/*.h",
79       "xcconfig": {
80         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
81       }
82     },
83     {
84       "name": "SmartAdAdapter",
85       "dependencies": {
86         "AppNexusSDK/AppNexusSDK": [
87           "8.11.4"
88         ],
89         "Smart-Display-SDK": [
90           "7.22.0"
91         ]
92       },
93       "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
94       "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
95       "xcconfig": {
96         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"
97       }
98     }
99   ]