[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / a / 4 / d / AppNexusSDK / 8.9.0 / AppNexusSDK.podspec.json
blobb2c1359cd14d1b23149e068050e3b82edddabb41
2   "name": "AppNexusSDK",
3   "version": "8.9.0",
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     "tag": "8.9.0"
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       "public_header_files": "sdk/sourcefiles/public-headers/*.h",
29       "resources": [
30         "sdk/sourcefiles/**/*.{png,bundle,xib,nib,js,html,strings}",
31         "sdk/AppNexusSDK/SDK-Info.plist"
32       ],
33       "vendored_frameworks": "sdk/sourcefiles/Viewability/dynamic_framework/OMSDK_Appnexus.xcframework",
34       "frameworks": "WebKit",
35       "pod_target_xcconfig": {
36         "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
37         "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
38       },
39       "exclude_files": [
40         "sdk/sourcefiles/macOS/",
41         "sdk/sourcefiles/Resources/ANSDKResources.bundle"
42       ]
43     },
44     {
45       "name": "GoogleAdapter",
46       "dependencies": {
47         "AppNexusSDK/AppNexusSDK": [
48           "8.9.0"
49         ],
50         "Google-Mobile-Ads-SDK": [
51           "10.10.0"
52         ]
53       },
54       "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
55       "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANGoogleMediationSettings.h",
56       "xcconfig": {
57         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
58       }
59     },
60     {
61       "name": "FacebookCSRAdapter",
62       "dependencies": {
63         "AppNexusSDK/AppNexusSDK": [
64           "8.9.0"
65         ],
66         "FBAudienceNetwork": [
67           "6.12.0"
68         ]
69       },
70       "source_files": "csr/Facebook/*.{h,m}",
71       "public_header_files": "csr/Facebook/*.h",
72       "xcconfig": {
73         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
74       }
75     },
76     {
77       "name": "SmartAdAdapter",
78       "dependencies": {
79         "AppNexusSDK/AppNexusSDK": [
80           "8.9.0"
81         ],
82         "Smart-Display-SDK": [
83           "7.22.0"
84         ]
85       },
86       "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
87       "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
88       "xcconfig": {
89         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"
90       }
91     }
92   ]