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}",
30 "sdk/sourcefiles/**/PrivacyInfo.xcprivacy"
33 "public_header_files": "sdk/sourcefiles/public-headers/*.h",
35 "sdk/sourcefiles/Resources/*.{png,xib,nib,js,html,bundle,strings}",
36 "sdk/sourcefiles/Resources/images/*.{png}",
37 "sdk/AppNexusSDK/SDK-Info.plist"
39 "vendored_frameworks": "sdk/sourcefiles/Viewability/dynamic_framework/OMSDK_Microsoft.xcframework",
40 "frameworks": "WebKit",
41 "pod_target_xcconfig": {
42 "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
43 "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
46 "sdk/sourcefiles/macOS/",
47 "sdk/sourcefiles/Viewability/static_framework",
48 "sdk/sourcefiles/Viewability/dynamic_framework"
52 "name": "GoogleAdapter",
54 "AppNexusSDK/AppNexusSDK": [
57 "Google-Mobile-Ads-SDK": [
61 "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
62 "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANGoogleMediationSettings.h",
64 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
68 "name": "FacebookCSRAdapter",
70 "AppNexusSDK/AppNexusSDK": [
73 "FBAudienceNetwork": [
77 "source_files": "csr/Facebook/*.{h,m}",
78 "public_header_files": "csr/Facebook/*.h",
80 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
84 "name": "SmartAdAdapter",
86 "AppNexusSDK/AppNexusSDK": [
89 "Smart-Display-SDK": [
93 "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
94 "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
96 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"