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"
32 "resources": "sdk/sourcefiles/**/*.{png,bundle,xib,nib,js,html,strings}",
33 "vendored_frameworks": "sdk/sourcefiles/Viewability/OMSDK_Appnexus.framework",
34 "frameworks": "WebKit"
37 "name": "GoogleAdapter",
39 "AppNexusSDK/AppNexusSDK": [
42 "Google-Mobile-Ads-SDK": [
46 "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
47 "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANAdAdapterNativeAdMob.h",
49 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
53 "name": "FacebookCSRAdapter",
55 "AppNexusSDK/AppNexusSDK": [
58 "FBAudienceNetwork": [
62 "source_files": "csr/Facebook/*.{h,m}",
63 "public_header_files": "csr/Facebook/*.h",
65 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
69 "name": "FacebookAdapter",
71 "AppNexusSDK/AppNexusSDK": [
74 "FBAudienceNetwork": [
78 "source_files": "mediation/mediatedviews/Facebook/*.{h,m}",
79 "public_header_files": "mediation/mediatedviews/Facebook/ANAdAdapterNativeFacebook.h",
81 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
85 "name": "SmartAdAdapter",
87 "AppNexusSDK/AppNexusSDK": [
90 "Smart-Display-SDK": [
94 "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
95 "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
97 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"