blob: 180227d8739967334ec8fad6f3752616b5165af4 [file] [log] [blame]
{
"name": "ZFNativeAdsManager_beta",
"version": "1.4.0",
"summary": "ZFNativeAdsManager integrates and dispatches mainstream leading native ads platform.",
"homepage": "https://github.com/948080952/ZFNativeAdsManager",
"license": "MIT",
"authors": {
"ruozi": "wizardfan88@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/948080952/ZFNativeAdsManager.git",
"tag": "1.4.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"ZFNativeAdsManager/Mediator/*.{h,m}",
"ZFNativeAdsManager/Categories/Utils/*.{h,m}"
],
"requires_arc": false
},
{
"name": "NativeCore",
"dependencies": {
"ZFNativeAdsManager_beta/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_beta/NativeCore": [
],
"FBAudienceNetwork": [
"~> 4.19.0"
]
},
"source_files": [
"ZFNativeAdsManager/Platforms/Facebook/*.{h,m}",
"ZFNativeAdsManager/Platforms/Facebook/Action/*.{h,m}"
]
},
{
"name": "Mobvista",
"dependencies": {
"ZFNativeAdsManager_beta/NativeCore": [
]
},
"source_files": [
"ZFNativeAdsManager/Platforms/Mobvista/*.{h,m}",
"ZFNativeAdsManager/Platforms/Mobvista/Action/*.{h,m}",
"ZFNativeAdsManager/Platforms/Mobvista/Observer/*.{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_beta/NativeCore": [
],
"ZFNativeAdsManager_beta/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": "Altamob",
"dependencies": {
"ZFNativeAdsManager_beta/NativeCore": [
]
},
"source_files": [
"ZFNativeAdsManager/Platforms/Altamob/*.{h,m}",
"ZFNativeAdsManager/Platforms/Altamob/Action/*.{h,m}"
],
"frameworks": "WebKit",
"vendored_frameworks": "ZFNativeAdsManager/Platforms/Altamob/Framework/AltamobAdSDK.framework",
"libraries": "sqlite3"
},
{
"name": "Appnext",
"dependencies": {
"ZFNativeAdsManager_beta/NativeCore": [
]
},
"source_files": [
"ZFNativeAdsManager/Platforms/Appnext/*.{h,m}",
"ZFNativeAdsManager/Platforms/Appnext/Action/*.{h,m}",
"ZFNativeAdsManager/Platforms/Appnext/AppnextNativeAdsSDK/include/AppnextNativeAdsSDK/*.{h,m}",
"ZFNativeAdsManager/Platforms/Appnext/AppnextNativeAdsSDK/include/AppnextSDKCore/*.{h,m}"
],
"frameworks": [
"QuartzCore",
"Security",
"CFNetwork",
"AVFoundation",
"SystemConfiguration",
"MobileCoreServices",
"CoreGraphics",
"CoreMedia",
"AdSupport",
"UIKit",
"Foundation",
"CoreTelephony"
],
"vendored_libraries": [
"ZFNativeAdsManager/Platforms/Appnext/AppnextNativeAdsSDK/libAppnextNativeAdsSDK.a",
"ZFNativeAdsManager/Platforms/Appnext/AppnextNativeAdsSDK/libAppnextSDKCore.a"
]
},
{
"name": "InterstitialCore",
"dependencies": {
"ZFNativeAdsManager_beta/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_beta/InterstitialCore": [
],
"Firebase/Core": [
"~> 3.12.0"
],
"Firebase/AdMob": [
"~> 3.12.0"
]
},
"source_files": [
"ZFNativeAdsManager/Platforms/Admob/*.{h,m}",
"ZFNativeAdsManager/Platforms/Admob/Action/*.{h,m}"
]
}
]
}