[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / 4 / d / AppNexusSDK / 6.1 / AppNexusSDK.podspec.json
blobd219c180c8a916e7018ae84d5c4166ba0bc44dd7
2   "name": "AppNexusSDK",
3   "version": "6.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": "6.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   "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           "6.1"
41         ],
42         "Google-Mobile-Ads-SDK": [
43           "7.50.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           "6.1"
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": "FacebookAdapter",
70       "dependencies": {
71         "AppNexusSDK/AppNexusSDK": [
72           "6.1"
73         ],
74         "FBAudienceNetwork": [
75           "5.5.1"
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": "InMobiAdapter",
86       "dependencies": {
87         "AppNexusSDK/AppNexusSDK": [
88           "6.1"
89         ],
90         "InMobiSDK": [
91           "7.3.1"
92         ]
93       },
94       "source_files": "mediation/mediatedviews/InMobi/*.{h,m}",
95       "public_header_files": [
96         "mediation/mediatedviews/InMobi/ANAdAdapterBaseInMobi.h",
97         "mediation/mediatedviews/InMobi/ANAdAdapterNativeInMobi.h"
98       ],
99       "xcconfig": {
100         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/InMobiSDK/**"
101       }
102     },
103     {
104       "name": "MillennialMediaAdapter",
105       "dependencies": {
106         "AppNexusSDK/AppNexusSDK": [
107           "6.1"
108         ]
109       },
110       "vendored_frameworks": "mediation/mediatedviews/MillennialMedia/MillennialMediaSDK/MMAdSDK.framework",
111       "source_files": "mediation/mediatedviews/MillennialMedia/*.{h,m}",
112       "public_header_files": "mediation/mediatedviews/MillennialMedia/ANAdAdapterMillennialMediaBase.h",
113       "frameworks": [
114         "AVFoundation",
115         "AudioToolbox",
116         "EventKit",
117         "EventKitUI"
118       ],
119       "libraries": "xml2"
120     },
121     {
122       "name": "MoPubAdapter",
123       "dependencies": {
124         "AppNexusSDK/AppNexusSDK": [
125           "6.1"
126         ],
127         "mopub-ios-sdk": [
128           "5.8.0"
129         ]
130       },
131       "source_files": "mediation/mediatedviews/MoPub/*.{h,m}",
132       "public_header_files": "mediation/mediatedviews/MoPub/ANAdAdapterMoPubBase.h"
133     },
134     {
135       "name": "SmartAdAdapter",
136       "dependencies": {
137         "AppNexusSDK/AppNexusSDK": [
138           "6.1"
139         ],
140         "Smart-Display-SDK": [
141           "7.2"
142         ]
143       },
144       "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
145       "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
146       "xcconfig": {
147         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"
148       }
149     },
150     {
151       "name": "MoPubCustomEventAdapter",
152       "dependencies": {
153         "AppNexusSDK/AppNexusSDK": [
154           "6.1"
155         ],
156         "mopub-ios-sdk": [
157           "5.8.0"
158         ]
159       },
160       "source_files": "mediation/mediating/MoPub/*.{h,m}",
161       "public_header_files": "mediation/mediating/MoPub/*.h"
162     },
163     {
164       "name": "AdMobCustomEventAdapter",
165       "dependencies": {
166         "AppNexusSDK/AppNexusSDK": [
167           "6.1"
168         ],
169         "Google-Mobile-Ads-SDK": [
170           "7.50.0"
171         ]
172       },
173       "xcconfig": {
174         "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
175       },
176       "source_files": "mediation/mediating/GoogleAdMob/*.{h,m}",
177       "private_header_files": "mediation/mediating/GoogleAdMob/*.h"
178     }
179   ]