blob: 01969a50f987ff3fff45b6950bccbb539de15285 [file] [log] [blame]
{
"name": "ZFNativeAdsManager",
"version": "1.2.8",
"summary": "ZFNativeAdsManager integrates and dispatches mainstream leading native ads platform.",
"homepage": "https://github.com/xbull/ZFNativeAdsManager",
"license": "MIT",
"authors": {
"ruozi": "wizardfan88@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xbull/ZFNativeAdsManager.git",
"tag": "1.2.8"
},
"default_subspecs": "Core",
"deprecated": true,
"subspecs": [
{
"name": "Core",
"source_files": "ZFNativeAdsManager/Mediator/*.{h,m}",
"requires_arc": false
},
{
"name": "NativeCore",
"dependencies": {
"ZFNativeAdsManager/Core": [
]
},
"source_files": [
"ZFNativeAdsManager/{ZFNativeAdsManager,ZFReformedNativeAd}.{h,m}",
"ZFNativeAdsManager/ZFNativeAdsDefine.h",
"ZFNativeAdsManager/Categories/Native/*.{h,m}"
],
"public_header_files": [
"ZFNativeAdsManager/{ZFNativeAdsManager,ZFReformedNativeAd}.h",
"ZFNativeAdsManager/ZFNativeAdsDefine.h"
],
"requires_arc": "ZFNativeAdsManager/*.m"
},
{
"name": "Facebook",
"dependencies": {
"ZFNativeAdsManager/NativeCore": [
],
"FBAudienceNetwork": [
"~> 4.18.0"
]
},
"source_files": [
"ZFNativeAdsManager/Platforms/Facebook/*.{h,m}",
"ZFNativeAdsManager/Platforms/Facebook/Action/*.{h,m}"
]
},
{
"name": "Mobvista",
"dependencies": {
"ZFNativeAdsManager/NativeCore": [
]
},
"source_files": [
"ZFNativeAdsManager/Platforms/Mobvista/*.{h,m}",
"ZFNativeAdsManager/Platforms/Mobvista/Action/*.{h,m}",
"ZFNativeAdsManager/Platforms/Mobvista/Observer/*.{h,m}",
"ZFNativeAdsManager/Platforms/Mobvista/Optimize/*.{h,m}"
],
"frameworks": [
"CoreGraphics",
"Foundation",
"UIKit",
"AdSupport",
"StoreKit",
"QuartzCore",
"CoreLocation",
"CoreTelephony",
"MobileCoreServices",
"Accelerate",
"SystemConfiguration",
"CoreMotion",
"AVFoundation",
"CoreMedia",
"MessageUI",
"MediaPlayer"
],
"vendored_frameworks": "ZFNativeAdsManager/Platforms/Mobvista/Frameworks/MVSDK.framework",
"libraries": [
"z",
"sqlite3"
]
},
{
"name": "MVAppWall",
"dependencies": {
"ZFNativeAdsManager/NativeCore": [
],
"ZFNativeAdsManager/Mobvista": [
]
},
"source_files": [
"ZFNativeAdsManager/Platforms/MVAppWall/*.{h,m}",
"ZFNativeAdsManager/Platforms/MVAppWall/Action/*.{h,m}"
],
"frameworks": [
"CoreGraphics",
"Foundation",
"UIKit",
"AdSupport",
"StoreKit",
"QuartzCore",
"CoreLocation",
"CoreTelephony",
"MobileCoreServices",
"Accelerate",
"SystemConfiguration",
"CoreMotion",
"AVFoundation",
"CoreMedia",
"MessageUI",
"MediaPlayer"
],
"vendored_frameworks": "ZFNativeAdsManager/Platforms/MVAppWall/Frameworks/MVSDKAppWall.framework",
"libraries": [
"z",
"sqlite3"
]
},
{
"name": "InterstitialCore",
"dependencies": {
"ZFNativeAdsManager/Core": [
]
},
"source_files": [
"ZFNativeAdsManager/JSInterstitialAdsManager.{h,m}",
"ZFNativeAdsManager/JSInterstitialAdsDefine.h",
"ZFNativeAdsManager/Categories/Interstitial/*.{h,m}"
],
"public_header_files": [
"ZFNativeAdsManager/JSInterstitialAdsManager.h",
"ZFNativeAdsManager/JSInterstitialAdsDefine.h"
],
"requires_arc": "ZFNativeAdsManager/*.m"
},
{
"name": "AdmobInterstitial",
"dependencies": {
"ZFNativeAdsManager/InterstitialCore": [
],
"Firebase/Core": [
"~> 3.11.0"
],
"Firebase/AdMob": [
"~> 3.11.0"
]
},
"source_files": [
"ZFNativeAdsManager/Platforms/Admob/*.{h,m}",
"ZFNativeAdsManager/Platforms/Admob/Action/*.{h,m}"
]
}
]
}