[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / d / AppNexusSDK / 5.5.1 / AppNexusSDK.podspec.json
blobbec0fc117b52391ae7b3ec48afa91aa002300697
2   "name": "AppNexusSDK",
3   "version": "5.5.1",
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": "5.5.1"
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   "subspecs": [
24     {
25       "name": "AppNexusSDK",
26       "source_files": "sdk/**/*.{h,m}",
27       "public_header_files": [
28         "sdk/*.h",
29         "sdk/native/*.h"
30       ],
31       "resources": "sdk/**/*.{png,bundle,xib,nib,js,html,strings}",
32       "vendored_libraries": "sdk/Viewability/**/*.a",
33       "frameworks": "WebKit"
34     },
35     {
36       "name": "FacebookAdapter",
37       "dependencies": {
38         "AppNexusSDK/AppNexusSDK": [
39           "5.5.1"
40         ]
41       },
42       "source_files": "mediation/mediatedviews/Facebook/*.{h,m}",
43       "private_header_files": "mediation/mediatedviews/Facebook/*.h",
44       "vendored_frameworks": "mediation/mediatedviews/Facebook/FacebookSDK/FBAudienceNetwork.framework",
45       "frameworks": "CoreMotion",
46       "libraries": [
47         "c++",
48         "xml2"
49       ]
50     },
51     {
52       "name": "AmazonAdapter",
53       "dependencies": {
54         "AppNexusSDK/AppNexusSDK": [
55           "5.5.1"
56         ]
57       },
58       "source_files": "mediation/mediatedviews/Amazon/*.{h,m}",
59       "public_header_files": "mediation/mediatedviews/Amazon/ANAdAdapterBaseAmazon.h",
60       "vendored_frameworks": "mediation/mediatedviews/Amazon/AmazonSDK/AmazonAd.framework",
61       "frameworks": [
62         "JavaScriptCore",
63         "SafariServices",
64         "EventKit",
65         "EventKitUI",
66         "CoreLocation",
67         "MediaPlayer"
68       ]
69     },
70     {
71       "name": "GoogleAdapter",
72       "dependencies": {
73         "AppNexusSDK/AppNexusSDK": [
74           "5.5.1"
75         ]
76       },
77       "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
78       "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANAdAdapterNativeAdMob.h",
79       "vendored_frameworks": "mediation/mediatedviews/GoogleAdMob/GoogleAdMobSDK/Frameworks/GoogleMobileAds.framework",
80       "frameworks": [
81         "SafariServices",
82         "CoreBluetooth",
83         "GLKit",
84         "CoreMotion",
85         "MobileCoreServices",
86         "MediaPlayer"
87       ]
88     },
89     {
90       "name": "GoogleAdapterThatDependsOnGooglePod",
91       "dependencies": {
92         "AppNexusSDK/AppNexusSDK": [
93           "5.5.1"
94         ],
95         "Google-Mobile-Ads-SDK": [
97         ]
98       },
99       "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
100       "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANAdAdapterNativeAdMob.h",
101       "xcconfig": {
102         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
103       }
104     },
105     {
106       "name": "MoPubAdapter",
107       "dependencies": {
108         "AppNexusSDK/AppNexusSDK": [
109           "5.5.1"
110         ]
111       },
112       "source_files": "mediation/mediatedviews/MoPub/*.{h,m}",
113       "vendored_frameworks": "mediation/mediatedviews/MoPub/MoPubSDK/MoPubSDKFramework.framework",
114       "frameworks": [
115         "AdSupport",
116         "AVFoundation",
117         "CoreGraphics",
118         "CoreLocation",
119         "CoreMedia",
120         "CoreTelephony",
121         "Foundation",
122         "MediaPlayer",
123         "MessageUI",
124         "QuartzCore",
125         "SafariServices",
126         "StoreKit",
127         "SystemConfiguration",
128         "UIKit",
129         "WebKit"
130       ]
131     },
132     {
133       "name": "MillennialMediaAdapter",
134       "dependencies": {
135         "AppNexusSDK/AppNexusSDK": [
136           "5.5.1"
137         ]
138       },
139       "source_files": "mediation/mediatedviews/MillennialMedia/*.{h,m}",
140       "public_header_files": "mediation/mediatedviews/MillennialMedia/ANAdAdapterMillennialMediaBase.h",
141       "vendored_frameworks": "mediation/mediatedviews/MillennialMedia/MillennialMediaSDK/MMAdSDK.framework",
142       "frameworks": [
143         "AVFoundation",
144         "AudioToolbox",
145         "EventKit",
146         "EventKitUI"
147       ],
148       "libraries": "xml2"
149     },
150     {
151       "name": "InMobiAdapter",
152       "dependencies": {
153         "AppNexusSDK/AppNexusSDK": [
154           "5.5.1"
155         ]
156       },
157       "source_files": "mediation/mediatedviews/InMobi/**/*.{h,m}",
158       "public_header_files": [
159         "mediation/mediatedviews/InMobi/ANAdAdapterBaseInMobi.h",
160         "mediation/mediatedviews/InMobi/ANAdAdapterNativeInMobi.h"
161       ],
162       "vendored_frameworks": "mediation/mediatedviews/InMobi/InMobiSDK/InMobiSDK.framework",
163       "frameworks": [
164         "AVFoundation",
165         "AudioToolbox"
166       ],
167       "libraries": [
168         "sqlite3",
169         "z"
170       ]
171     },
172     {
173       "name": "SmartAdAdapter",
174       "dependencies": {
175         "AppNexusSDK/AppNexusSDK": [
176           "5.5.1"
177         ],
178         "Smart-Display-SDK": [
180         ]
181       },
182       "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
183       "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
184       "xcconfig": {
185         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"
186       }
187     },
188     {
189       "name": "MoPubCustomEventAdapter",
190       "dependencies": {
191         "AppNexusSDK/AppNexusSDK": [
192           "5.5.1"
193         ]
194       },
195       "vendored_frameworks": "mediation/mediatedviews/MoPub/MoPubSDK/MoPubSDKFramework.framework",
196       "source_files": "mediation/mediating/MoPub/*.{h,m}",
197       "private_header_files": "mediation/mediating/MoPub/*.h"
198     },
199     {
200       "name": "AdMobCustomEventAdapter",
201       "dependencies": {
202         "AppNexusSDK/AppNexusSDK": [
203           "5.5.1"
204         ],
205         "Google-Mobile-Ads-SDK": [
207         ]
208       },
209       "xcconfig": {
210         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
211       },
212       "source_files": "mediation/mediating/GoogleAdMob/*.{h,m}",
213       "private_header_files": "mediation/mediating/GoogleAdMob/*.h"
214     }
215   ]