[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 4 / d / AppNexusSDK / 7.12 / AppNexusSDK.podspec.json
blob09a64edda0ffdf22833a7986a50922f0208b999f
2   "name": "AppNexusSDK",
3   "version": "7.12",
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.12"
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": [
33         "sdk/sourcefiles/**/*.{png,bundle,xib,nib,js,html,strings}",
34         "sdk/AppNexusSDK/SDK-Info.plist"
35       ],
36       "vendored_frameworks": "sdk/sourcefiles/Viewability/OMSDK_Appnexus.framework",
37       "frameworks": "WebKit"
38     },
39     {
40       "name": "GoogleAdapter",
41       "dependencies": {
42         "AppNexusSDK/AppNexusSDK": [
43           "7.12"
44         ],
45         "Google-Mobile-Ads-SDK": [
46           "8.0.0"
47         ]
48       },
49       "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
50       "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANAdAdapterNativeAdMob.h",
51       "xcconfig": {
52         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
53       }
54     },
55     {
56       "name": "FacebookCSRAdapter",
57       "dependencies": {
58         "AppNexusSDK/AppNexusSDK": [
59           "7.12"
60         ],
61         "FBAudienceNetwork": [
62           "6.2.1"
63         ]
64       },
65       "source_files": "csr/Facebook/*.{h,m}",
66       "public_header_files": "csr/Facebook/*.h",
67       "xcconfig": {
68         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
69       }
70     },
71     {
72       "name": "FacebookAdapter",
73       "dependencies": {
74         "AppNexusSDK/AppNexusSDK": [
75           "7.12"
76         ],
77         "FBAudienceNetwork": [
78           "6.2.1"
79         ]
80       },
81       "source_files": "mediation/mediatedviews/Facebook/*.{h,m}",
82       "public_header_files": "mediation/mediatedviews/Facebook/ANAdAdapterNativeFacebook.h",
83       "xcconfig": {
84         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
85       }
86     },
87     {
88       "name": "SmartAdAdapter",
89       "dependencies": {
90         "AppNexusSDK/AppNexusSDK": [
91           "7.12"
92         ],
93         "Smart-Display-SDK": [
94           "7.8.0"
95         ]
96       },
97       "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
98       "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
99       "xcconfig": {
100         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"
101       }
102     }
103   ]