[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 4 / d / AppNexusSDK / 7.6 / AppNexusSDK.podspec.json
blob5bd03df4474e31b37db73b54dca70d8b3e5dc150
2   "name": "AppNexusSDK",
3   "version": "7.6",
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.6"
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   "default_subspecs": "AppNexusSDK",
23   "static_framework": true,
24   "subspecs": [
25     {
26       "name": "AppNexusSDK",
27       "source_files": "sdk/sourcefiles/**/*.{h,m}",
28       "public_header_files": [
29         "sdk/sourcefiles/*.h",
30         "sdk/sourcefiles/native/*.h"
31       ],
32       "resources": "sdk/sourcefiles/**/*.{png,bundle,xib,nib,js,html,strings}",
33       "vendored_frameworks": "sdk/sourcefiles/Viewability/OMSDK_Appnexus.framework",
34       "frameworks": "WebKit"
35     },
36     {
37       "name": "GoogleAdapter",
38       "dependencies": {
39         "AppNexusSDK/AppNexusSDK": [
40           "7.6"
41         ],
42         "Google-Mobile-Ads-SDK": [
43           "7.64.0"
44         ]
45       },
46       "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
47       "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANAdAdapterNativeAdMob.h",
48       "xcconfig": {
49         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
50       }
51     },
52     {
53       "name": "AmazonAdapter",
54       "dependencies": {
55         "AppNexusSDK/AppNexusSDK": [
56           "7.6"
57         ],
58         "AmazonAd": [
59           "2.2.15.1"
60         ]
61       },
62       "source_files": "mediation/mediatedviews/Amazon/*.{h,m}",
63       "public_header_files": "mediation/mediatedviews/Amazon/ANAdAdapterBaseAmazon.h",
64       "xcconfig": {
65         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/AmazonAd/**"
66       }
67     },
68     {
69       "name": "FacebookCSRAdapter",
70       "dependencies": {
71         "AppNexusSDK/AppNexusSDK": [
72           "7.6"
73         ],
74         "FBAudienceNetwork": [
75           "5.10.1"
76         ]
77       },
78       "source_files": "csr/Facebook/*.{h,m}",
79       "public_header_files": "csr/Facebook/*.h",
80       "xcconfig": {
81         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
82       }
83     },
84     {
85       "name": "FacebookAdapter",
86       "dependencies": {
87         "AppNexusSDK/AppNexusSDK": [
88           "7.6"
89         ],
90         "FBAudienceNetwork": [
91           "5.10.1"
92         ]
93       },
94       "source_files": "mediation/mediatedviews/Facebook/*.{h,m}",
95       "public_header_files": "mediation/mediatedviews/Facebook/ANAdAdapterNativeFacebook.h",
96       "xcconfig": {
97         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
98       }
99     },
100     {
101       "name": "InMobiAdapter",
102       "dependencies": {
103         "AppNexusSDK/AppNexusSDK": [
104           "7.6"
105         ],
106         "InMobiSDK": [
107           "7.3.1"
108         ]
109       },
110       "source_files": "mediation/mediatedviews/InMobi/*.{h,m}",
111       "public_header_files": [
112         "mediation/mediatedviews/InMobi/ANAdAdapterBaseInMobi.h",
113         "mediation/mediatedviews/InMobi/ANAdAdapterNativeInMobi.h"
114       ],
115       "xcconfig": {
116         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/InMobiSDK/**"
117       }
118     },
119     {
120       "name": "MillennialMediaAdapter",
121       "dependencies": {
122         "AppNexusSDK/AppNexusSDK": [
123           "7.6"
124         ]
125       },
126       "vendored_frameworks": "mediation/mediatedviews/MillennialMedia/MillennialMediaSDK/MMAdSDK.framework",
127       "source_files": "mediation/mediatedviews/MillennialMedia/*.{h,m}",
128       "public_header_files": "mediation/mediatedviews/MillennialMedia/ANAdAdapterMillennialMediaBase.h",
129       "frameworks": [
130         "AVFoundation",
131         "AudioToolbox",
132         "EventKit",
133         "EventKitUI"
134       ],
135       "libraries": "xml2"
136     },
137     {
138       "name": "MoPubAdapter",
139       "dependencies": {
140         "AppNexusSDK/AppNexusSDK": [
141           "7.6"
142         ],
143         "mopub-ios-sdk": [
144           "5.8.0"
145         ]
146       },
147       "source_files": "mediation/mediatedviews/MoPub/*.{h,m}",
148       "public_header_files": "mediation/mediatedviews/MoPub/ANAdAdapterMoPubBase.h"
149     },
150     {
151       "name": "SmartAdAdapter",
152       "dependencies": {
153         "AppNexusSDK/AppNexusSDK": [
154           "7.6"
155         ],
156         "Smart-Display-SDK": [
157           "7.3.0"
158         ]
159       },
160       "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
161       "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
162       "xcconfig": {
163         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"
164       }
165     },
166     {
167       "name": "MoPubCustomEventAdapter",
168       "dependencies": {
169         "AppNexusSDK/AppNexusSDK": [
170           "7.6"
171         ],
172         "mopub-ios-sdk": [
173           "5.8.0"
174         ]
175       },
176       "source_files": "mediation/mediating/MoPub/*.{h,m}",
177       "public_header_files": "mediation/mediating/MoPub/*.h"
178     },
179     {
180       "name": "AdMobCustomEventAdapter",
181       "dependencies": {
182         "AppNexusSDK/AppNexusSDK": [
183           "7.6"
184         ],
185         "Google-Mobile-Ads-SDK": [
186           "7.50.0"
187         ]
188       },
189       "xcconfig": {
190         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
191       },
192       "source_files": "mediation/mediating/GoogleAdMob/*.{h,m}",
193       "private_header_files": "mediation/mediating/GoogleAdMob/*.h"
194     }
195   ]