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/dynamic_framework/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"
40 "sdk/sourcefiles/macOS/",
41 "sdk/sourcefiles/Resources/ANSDKResources.bundle"
45 "name": "GoogleAdapter",
47 "AppNexusSDK/AppNexusSDK": [
50 "Google-Mobile-Ads-SDK": [
54 "source_files": "mediation/mediatedviews/GoogleAdMob/*.{h,m}",
55 "public_header_files": "mediation/mediatedviews/GoogleAdMob/ANGoogleMediationSettings.h",
57 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Google-Mobile-Ads-SDK/**"
61 "name": "FacebookCSRAdapter",
63 "AppNexusSDK/AppNexusSDK": [
66 "FBAudienceNetwork": [
70 "source_files": "csr/Facebook/*.{h,m}",
71 "public_header_files": "csr/Facebook/*.h",
73 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/FBAudienceNetwork/**"
77 "name": "SmartAdAdapter",
79 "AppNexusSDK/AppNexusSDK": [
82 "Smart-Display-SDK": [
86 "source_files": "mediation/mediatedviews/SmartAd/*.{h,m}",
87 "public_header_files": "mediation/mediatedviews/SmartAd/ANAdAdapterSmartAdBase.h",
89 "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/Smart-Display-SDK/**"