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