blob: 24a8f5fb7395d2cccfd4d114b294888b7bc7d3f2 [file] [log] [blame]
{
"name": "ZFRewardVideoManager",
"version": "1.0.2",
"summary": "ZFRewardVideoManager integrates and dispatches mainstream leading reward video platform videos.",
"homepage": "https://github.com/ruozi/ZFRewardVideoManager",
"license": "MIT",
"authors": {
"ruozi": "wizardfan88@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xbull/ZFRewardVideoManager.git",
"tag": "1.0.2"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"ZFRewardVideoManager/*.{h,m}",
"ZFRewardVideoManager/Utils/*.{h,m}",
"ZFRewardVideoManager/Mediator/*.{h,m}",
"ZFRewardVideoManager/Categories/*.{h,m}"
],
"public_header_files": "ZFRewardVideoManager/*.h",
"requires_arc": "ZFRewardVideoManager/*.m"
},
{
"name": "Vungle",
"dependencies": {
"ZFRewardVideoManager/Core": [
],
"VungleSDK-iOS": [
"~> 4.0.9"
]
},
"source_files": [
"ZFRewardVideoManager/Utils/ZFCommon.{h,m}",
"ZFRewardVideoManager/Platforms/Vungle/*.{h,m}",
"ZFRewardVideoManager/Platforms/Vungle/Action/*.{h,m}"
]
},
{
"name": "Appnext",
"dependencies": {
"ZFRewardVideoManager/Core": [
]
},
"source_files": [
"ZFRewardVideoManager/Platforms/Appnext/*.{h,m}",
"ZFRewardVideoManager/Platforms/Appnext/Action/*.{h,m}",
"ZFRewardVideoManager/Platforms/Appnext/AppnextIOSSDK/include/AppnextLib/*.h",
"ZFRewardVideoManager/Platforms/Appnext/AppnextIOSSDK/include/AppnextSDKCore/*.h"
],
"vendored_libraries": [
"ZFRewardVideoManager/Platforms/Appnext/AppnextIOSSDK/libAppnextLib.a",
"ZFRewardVideoManager/Platforms/Appnext/AppnextIOSSDK/libAppnextSDKCore.a"
],
"frameworks": [
"AdSupport",
"AudioToolbox",
"AVFoundation",
"CFNetwork",
"CoreGraphics",
"CoreMedia",
"Foundation",
"MediaPlayer",
"QuartzCore",
"StoreKit",
"SystemConfiguration",
"UIKit",
"WebKit",
"Security",
"AVFoundation",
"MobileCoreServices",
"CoreTelephony"
]
},
{
"name": "Adcolony",
"dependencies": {
"ZFRewardVideoManager/Core": [
],
"AdColony": [
"~> 3.0.6"
]
},
"source_files": [
"ZFRewardVideoManager/Platforms/Adcolony/*.{h,m}",
"ZFRewardVideoManager/Platforms/Adcolony/Action/*.{h,m}",
"ZFRewardVideoManager/Utils/ZFCommon.{h,m}"
]
},
{
"name": "Unity",
"dependencies": {
"ZFRewardVideoManager/Core": [
]
},
"source_files": [
"ZFRewardVideoManager/Platforms/Unity/*.{h,m}",
"ZFRewardVideoManager/Platforms/Unity/Action/*.{h,m}",
"ZFRewardVideoManager/Utils/ZFCommon.{h,m}"
],
"vendored_frameworks": "ZFRewardVideoManager/Platforms/Unity/UnitySDK/UnityAds.framework"
}
]
}