[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / a / 4 / d / AppNexusSDK / 8.0.0 / AppNexusSDK.podspec.json
blobd7f34b3eb40726b2b57d0264b666dfffdd239be6
2   "name": "AppNexusSDK",
3   "version": "8.0.0",
4   "platforms": {
5     "ios": "10.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.0.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/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     },
40     {
41       "name": "GoogleAdapter",
42       "dependencies": {
43         "AppNexusSDK/AppNexusSDK": [
44           "8.0.0"
45         ],
46         "Google-Mobile-Ads-SDK": [
47           "9.4.0"
48         ]
49       },
50       "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
51       "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANAdAdapterNativeAdMob.h",
52       "xcconfig": {
53         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
54       }
55     },
56     {
57       "name": "FacebookCSRAdapter",
58       "dependencies": {
59         "AppNexusSDK/AppNexusSDK": [
60           "8.0.0"
61         ],
62         "FBAudienceNetwork": [
63           "6.5.0"
64         ]
65       },
66       "source_files": "csr/Facebook/*.{h,m}",
67       "public_header_files": "csr/Facebook/*.h",
68       "xcconfig": {
69         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
70       }
71     },
72     {
73       "name": "SmartAdAdapter",
74       "dependencies": {
75         "AppNexusSDK/AppNexusSDK": [
76           "8.0.0"
77         ],
78         "Smart-Display-SDK": [
79           "7.17.1"
80         ]
81       },
82       "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
83       "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
84       "xcconfig": {
85         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"
86       }
87     }
88   ]