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