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,xcprivacy}",
28 "public_header_files": "sdk/sourcefiles/public-headers/*.h",
30 "sdk/sourcefiles/Resources/*.{png,xib,nib,js,html,bundle,strings}",
31 "sdk/sourcefiles/Resources/images/*.{png}",
32 "sdk/AppNexusSDK/SDK-Info.plist"
34 "vendored_frameworks": "sdk/sourcefiles/Viewability/dynamic_framework/OMSDK_Microsoft.xcframework",
35 "frameworks": "WebKit",
36 "pod_target_xcconfig": {
37 "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
38 "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
41 "sdk/sourcefiles/macOS/",
42 "sdk/sourcefiles/Viewability/static_framework",
43 "sdk/sourcefiles/Viewability/dynamic_framework"
47 "name": "GoogleAdapter",
49 "AppNexusSDK/AppNexusSDK": [
52 "Google-Mobile-Ads-SDK": [
56 "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
57 "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANGoogleMediationSettings.h",
59 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
63 "name": "FacebookCSRAdapter",
65 "AppNexusSDK/AppNexusSDK": [
68 "FBAudienceNetwork": [
72 "source_files": "csr/Facebook/*.{h,m}",
73 "public_header_files": "csr/Facebook/*.h",
75 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
79 "name": "SmartAdAdapter",
81 "AppNexusSDK/AppNexusSDK": [
84 "Smart-Display-SDK": [
88 "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
89 "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
91 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"