[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / a / 4 / d / AppNexusSDK / 7.7 / AppNexusSDK.podspec.json
blobaaa05719ccc5093f57ad2ab0fe75573ba02d622d
2   "name": "AppNexusSDK",
3   "version": "7.7",
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.7"
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.7"
41         ],
42         "Google-Mobile-Ads-SDK": [
43           "7.66.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": "FacebookCSRAdapter",
54       "dependencies": {
55         "AppNexusSDK/AppNexusSDK": [
56           "7.7"
57         ],
58         "FBAudienceNetwork": [
59           "6.0.0"
60         ]
61       },
62       "source_files": "csr/Facebook/*.{h,m}",
63       "public_header_files": "csr/Facebook/*.h",
64       "xcconfig": {
65         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
66       }
67     },
68     {
69       "name": "FacebookAdapter",
70       "dependencies": {
71         "AppNexusSDK/AppNexusSDK": [
72           "7.7"
73         ],
74         "FBAudienceNetwork": [
75           "6.0.0"
76         ]
77       },
78       "source_files": "mediation/mediatedviews/Facebook/*.{h,m}",
79       "public_header_files": "mediation/mediatedviews/Facebook/ANAdAdapterNativeFacebook.h",
80       "xcconfig": {
81         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
82       }
83     },
84     {
85       "name": "SmartAdAdapter",
86       "dependencies": {
87         "AppNexusSDK/AppNexusSDK": [
88           "7.7"
89         ],
90         "Smart-Display-SDK": [
91           "7.6.2"
92         ]
93       },
94       "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
95       "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
96       "xcconfig": {
97         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"
98       }
99     }
100   ]