[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 4 / d / AppNexusSDK / 7.19.0 / AppNexusSDK.podspec.json
blobe35b6e1c2ed611b5285d30e8fa8cf0520aad8b1c
2   "name": "AppNexusSDK",
3   "version": "7.19.0",
4   "platforms": {
5     "ios": "9.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": "7.19.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           "7.19.0"
45         ],
46         "Google-Mobile-Ads-SDK": [
47           "8.5.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           "7.19.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": "FacebookAdapter",
74       "dependencies": {
75         "AppNexusSDK/AppNexusSDK": [
76           "7.19.0"
77         ],
78         "FBAudienceNetwork": [
79           "6.5.0"
80         ]
81       },
82       "source_files": "mediation/mediatedviews/Facebook/*.{h,m}",
83       "public_header_files": "mediation/mediatedviews/Facebook/ANAdAdapterNativeFacebook.h",
84       "xcconfig": {
85         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
86       }
87     },
88     {
89       "name": "SmartAdAdapter",
90       "dependencies": {
91         "AppNexusSDK/AppNexusSDK": [
92           "7.19.0"
93         ],
94         "Smart-Display-SDK": [
95           "7.10.1"
96         ]
97       },
98       "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
99       "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
100       "xcconfig": {
101         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"
102       }
103     }
104   ]