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",
11 "git": "https://github.com/appnexus/mobile-sdk-ios.git",
15 "AppNexus Mobile Engineering": "sdk@appnexus.com"
18 "type": "Apache License, Version 2.0",
22 "default_subspecs": "AppNexusSDK",
23 "static_framework": true,
26 "name": "AppNexusSDK",
27 "source_files": "sdk/sourcefiles/**/*.{h,m}",
28 "public_header_files": [
29 "sdk/sourcefiles/*.h",
30 "sdk/sourcefiles/native/*.h"
33 "sdk/sourcefiles/**/*.{png,bundle,xib,nib,js,html,strings}",
34 "sdk/AppNexusSDK/SDK-Info.plist"
36 "vendored_frameworks": "sdk/sourcefiles/Viewability/OMSDK_Appnexus.framework",
37 "frameworks": "WebKit"
40 "name": "GoogleAdapter",
42 "AppNexusSDK/AppNexusSDK": [
45 "Google-Mobile-Ads-SDK": [
49 "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
50 "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANAdAdapterNativeAdMob.h",
52 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
56 "name": "FacebookCSRAdapter",
58 "AppNexusSDK/AppNexusSDK": [
61 "FBAudienceNetwork": [
65 "source_files": "csr/Facebook/*.{h,m}",
66 "public_header_files": "csr/Facebook/*.h",
68 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
72 "name": "FacebookAdapter",
74 "AppNexusSDK/AppNexusSDK": [
77 "FBAudienceNetwork": [
81 "source_files": "mediation/mediatedviews/Facebook/*.{h,m}",
82 "public_header_files": "mediation/mediatedviews/Facebook/ANAdAdapterNativeFacebook.h",
84 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
88 "name": "SmartAdAdapter",
90 "AppNexusSDK/AppNexusSDK": [
93 "Smart-Display-SDK": [
97 "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
98 "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
100 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"