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 "static_framework": true,
23 "default_subspecs": "AppNexusSDK",
26 "name": "AppNexusSDK",
27 "source_files": "sdk/sourcefiles/**/*.{h,m}",
28 "public_header_files": "sdk/sourcefiles/public-headers/*.h",
30 "sdk/sourcefiles/**/*.{png,bundle,xib,nib,js,html,strings}",
31 "sdk/AppNexusSDK/SDK-Info.plist"
33 "vendored_frameworks": "sdk/sourcefiles/Viewability/OMSDK_Appnexus.xcframework",
34 "frameworks": "WebKit",
35 "pod_target_xcconfig": {
36 "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
37 "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
41 "name": "GoogleAdapter",
43 "AppNexusSDK/AppNexusSDK": [
46 "Google-Mobile-Ads-SDK": [
50 "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
51 "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANAdAdapterNativeAdMob.h",
53 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
57 "name": "FacebookCSRAdapter",
59 "AppNexusSDK/AppNexusSDK": [
62 "FBAudienceNetwork": [
66 "source_files": "csr/Facebook/*.{h,m}",
67 "public_header_files": "csr/Facebook/*.h",
69 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
73 "name": "FacebookAdapter",
75 "AppNexusSDK/AppNexusSDK": [
78 "FBAudienceNetwork": [
82 "source_files": "mediation/mediatedviews/Facebook/*.{h,m}",
83 "public_header_files": "mediation/mediatedviews/Facebook/ANAdAdapterNativeFacebook.h",
85 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
89 "name": "SmartAdAdapter",
91 "AppNexusSDK/AppNexusSDK": [
94 "Smart-Display-SDK": [
98 "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
99 "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
101 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"